summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-10-22 18:06:23 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-10-22 18:06:23 +0000
commit0f48225a57b7d8ee86a6257cd6605a6eaef8be85 (patch)
tree02b21289ead2f08af381c076d7587bad2959ab60 /x11-libs/libXres
parent+ forgotten init. (diff)
downloadhistorical-0f48225a57b7d8ee86a6257cd6605a6eaef8be85.tar.gz
historical-0f48225a57b7d8ee86a6257cd6605a6eaef8be85.tar.bz2
historical-0f48225a57b7d8ee86a6257cd6605a6eaef8be85.zip
Version bump with minor changes.
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'x11-libs/libXres')
-rw-r--r--x11-libs/libXres/ChangeLog8
-rw-r--r--x11-libs/libXres/files/digest-libXres-1.0.23
-rw-r--r--x11-libs/libXres/libXres-1.0.2.ebuild19
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-libs/libXres/ChangeLog b/x11-libs/libXres/ChangeLog
index bb29e5b7c259..a738e6eba383 100644
--- a/x11-libs/libXres/ChangeLog
+++ b/x11-libs/libXres/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXres
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v 1.29 2006/07/19 14:28:56 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/ChangeLog,v 1.30 2006/10/22 18:04:50 joshuabaergen Exp $
+
+*libXres-1.0.2 (21 Oct 2006)
+
+ 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ +libXres-1.0.2.ebuild:
+ Version bump.
19 Jul 2006; Guy Martin <gmsoft@gentoo.org> libXres-1.0.1.ebuild:
Stable on hppa.
diff --git a/x11-libs/libXres/files/digest-libXres-1.0.2 b/x11-libs/libXres/files/digest-libXres-1.0.2
new file mode 100644
index 000000000000..4df03c3fba15
--- /dev/null
+++ b/x11-libs/libXres/files/digest-libXres-1.0.2
@@ -0,0 +1,3 @@
+MD5 a848b48f320e7f15210cbc9e9cd02d18 libXres-1.0.2.tar.bz2 231444
+RMD160 53d39dbe078764d864c94e37a7e652a5dba26b2f libXres-1.0.2.tar.bz2 231444
+SHA256 69c465270214e651ffe4c801fd54c20f813043bbc5e01b9431cccec161e8d354 libXres-1.0.2.tar.bz2 231444
diff --git a/x11-libs/libXres/libXres-1.0.2.ebuild b/x11-libs/libXres/libXres-1.0.2.ebuild
new file mode 100644
index 000000000000..6aaf738d23e2
--- /dev/null
+++ b/x11-libs/libXres/libXres-1.0.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXres/libXres-1.0.2.ebuild,v 1.1 2006/10/22 18:04:50 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+# SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org XRes library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+RESTRICT="mirror"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-proto/xproto"
+DEPEND="${RDEPEND}
+ x11-proto/resourceproto"