summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-17 21:59:28 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-17 21:59:28 +0000
commit22d3cb5546fecba5377f99ccf3d7a2821919b516 (patch)
treea7db461b93a25baaa4a92bfa5cd373d69b3fca59 /x11-libs/libXres
parentAdd new modular X package: lndir. (diff)
downloadgentoo-2-22d3cb5546fecba5377f99ccf3d7a2821919b516.tar.gz
gentoo-2-22d3cb5546fecba5377f99ccf3d7a2821919b516.tar.bz2
gentoo-2-22d3cb5546fecba5377f99ccf3d7a2821919b516.zip
Bump for 7.0RC4.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-libs/libXres')
-rw-r--r--x11-libs/libXres/ChangeLog8
-rw-r--r--x11-libs/libXres/files/digest-libXres-1.0.01
-rw-r--r--x11-libs/libXres/libXres-1.0.0.ebuild21
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-libs/libXres/ChangeLog b/x11-libs/libXres/ChangeLog
index 82ad8120ad04..69211fb3f308 100644
--- a/x11-libs/libXres/ChangeLog
+++ b/x11-libs/libXres/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXres
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v 1.11 2005/12/09 06:17:39 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v 1.12 2005/12/17 21:55:56 joshuabaergen Exp $
+
+*libXres-1.0.0 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +libXres-1.0.0.ebuild:
+ Bump for 7.0RC4.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
-libXres-0.99.1.ebuild, -libXres-0.99.2.ebuild:
diff --git a/x11-libs/libXres/files/digest-libXres-1.0.0 b/x11-libs/libXres/files/digest-libXres-1.0.0
new file mode 100644
index 000000000000..eff5e89158e6
--- /dev/null
+++ b/x11-libs/libXres/files/digest-libXres-1.0.0
@@ -0,0 +1 @@
+MD5 1fd0c1b20c08ce9712e82a649482a2b2 libXres-1.0.0.tar.bz2 207280
diff --git a/x11-libs/libXres/libXres-1.0.0.ebuild b/x11-libs/libXres/libXres-1.0.0.ebuild
new file mode 100644
index 000000000000..c74c68f91afa
--- /dev/null
+++ b/x11-libs/libXres/libXres-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/libXres-1.0.0.ebuild,v 1.1 2005/12/17 21:55:56 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org XRes library"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+#IUSE="X gnome"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-proto/xproto"
+DEPEND="${RDEPEND}
+ x11-proto/resourceproto"