summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-17 21:49:04 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-17 21:49:04 +0000
commit534f032d6a6b6cb794934ffea9eebbdf123143ac (patch)
tree525966687136c0d7b35289b5b1ee6241c2de2920 /x11-libs/libXdamage
parentAdded ~ppc64 (diff)
downloadgentoo-2-534f032d6a6b6cb794934ffea9eebbdf123143ac.tar.gz
gentoo-2-534f032d6a6b6cb794934ffea9eebbdf123143ac.tar.bz2
gentoo-2-534f032d6a6b6cb794934ffea9eebbdf123143ac.zip
Bump for 7.0RC4.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-libs/libXdamage')
-rw-r--r--x11-libs/libXdamage/ChangeLog8
-rw-r--r--x11-libs/libXdamage/files/digest-libXdamage-1.0.2.21
-rw-r--r--x11-libs/libXdamage/libXdamage-1.0.2.2.ebuild21
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-libs/libXdamage/ChangeLog b/x11-libs/libXdamage/ChangeLog
index e2fb6987c778..71014884c127 100644
--- a/x11-libs/libXdamage/ChangeLog
+++ b/x11-libs/libXdamage/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXdamage
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/ChangeLog,v 1.9 2005/12/09 06:10:35 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/ChangeLog,v 1.10 2005/12/17 21:45:35 joshuabaergen Exp $
+
+*libXdamage-1.0.2.2 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +libXdamage-1.0.2.2.ebuild:
+ Bump for 7.0RC4.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
-libXdamage-1.0.1.ebuild, -libXdamage-1.0.2.ebuild:
diff --git a/x11-libs/libXdamage/files/digest-libXdamage-1.0.2.2 b/x11-libs/libXdamage/files/digest-libXdamage-1.0.2.2
new file mode 100644
index 000000000000..2ae7c1b0b528
--- /dev/null
+++ b/x11-libs/libXdamage/files/digest-libXdamage-1.0.2.2
@@ -0,0 +1 @@
+MD5 0fc55598c78ed570e0dc7da6b74fa8a3 libXdamage-1.0.2.2.tar.bz2 204868
diff --git a/x11-libs/libXdamage/libXdamage-1.0.2.2.ebuild b/x11-libs/libXdamage/libXdamage-1.0.2.2.ebuild
new file mode 100644
index 000000000000..1fa4c930a747
--- /dev/null
+++ b/x11-libs/libXdamage/libXdamage-1.0.2.2.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/libXdamage/libXdamage-1.0.2.2.ebuild,v 1.1 2005/12/17 21:45:35 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Xdamage library"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sparc ~x86"
+#IUSE="X gnome"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXfixes
+ x11-proto/damageproto
+ x11-proto/xproto"
+DEPEND="${RDEPEND}"