summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-06-20 20:07:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-06-20 20:07:30 +0000
commit56d74c5cbc8e8fd3955bf759a7c11dd7b148bc2c (patch)
tree8bd2dfbaba5bef21e2dddad0cdbde03cae3431ac /x11-misc/xcb
parentadd virtual/motif dependency (diff)
downloadhistorical-56d74c5cbc8e8fd3955bf759a7c11dd7b148bc2c.tar.gz
historical-56d74c5cbc8e8fd3955bf759a7c11dd7b148bc2c.tar.bz2
historical-56d74c5cbc8e8fd3955bf759a7c11dd7b148bc2c.zip
stable for alpha and x86; DEPEND on sed >= 4
Diffstat (limited to 'x11-misc/xcb')
-rw-r--r--x11-misc/xcb/ChangeLog6
-rw-r--r--x11-misc/xcb/Manifest4
-rw-r--r--x11-misc/xcb/xcb-2.4.ebuild5
3 files changed, 10 insertions, 5 deletions
diff --git a/x11-misc/xcb/ChangeLog b/x11-misc/xcb/ChangeLog
index ec8daed4cbeb..d2e86803bf45 100644
--- a/x11-misc/xcb/ChangeLog
+++ b/x11-misc/xcb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xcb
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.2 2003/06/20 19:01:04 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/ChangeLog,v 1.3 2003/06/20 20:07:26 msterret Exp $
+
+ 20 Jun 2003; <msterret@gentoo.org> xcb-2.4.ebuild:
+ DEPEND on sed >= 4
+ Marked stable on x86 and alpha (per agriffis)
20 Jun 2003; Aron Griffis <agriffis@gentoo.org> xcb-2.4.ebuild:
Add virtual/motif dependency
diff --git a/x11-misc/xcb/Manifest b/x11-misc/xcb/Manifest
index aff36f1619bb..dae53571c87e 100644
--- a/x11-misc/xcb/Manifest
+++ b/x11-misc/xcb/Manifest
@@ -1,3 +1,3 @@
-MD5 92654013dbcc529f6cf926067dc0a0ca xcb-2.4.ebuild 1066
-MD5 d40db65b0525a3940357862f1369a629 ChangeLog 439
+MD5 236bef758f79fc949f91179d314e29b3 ChangeLog 562
+MD5 294070e24b98a7b586a6ab465893d72e xcb-2.4.ebuild 1087
MD5 297f269db8ac3e4c928e489e95c0d07e files/digest-xcb-2.4 58
diff --git a/x11-misc/xcb/xcb-2.4.ebuild b/x11-misc/xcb/xcb-2.4.ebuild
index e7fc54c700c7..83d67f04e646 100644
--- a/x11-misc/xcb/xcb-2.4.ebuild
+++ b/x11-misc/xcb/xcb-2.4.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.2 2003/06/20 19:01:04 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcb/xcb-2.4.ebuild,v 1.3 2003/06/20 20:07:26 msterret Exp $
DESCRIPTION="Marc Lehmann's improved X Cut Buffers"
HOMEPAGE="http://www.goof.com/pcg/marc/xcb.html"
SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha"
+KEYWORDS="alpha x86"
IUSE="motif"
DEPEND="virtual/x11
+ >=sys-apps/sed-4
motif? ( virtual/motif )"
src_unpack() {