diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:45:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:45:27 +0000 |
commit | 428209337a4f87dfaeabaf39451f24a307b70cdd (patch) | |
tree | c2256a332351c18004a1b4bf214978cd50089140 /x11-libs | |
parent | we cant have this ... NLS needs to be integrated into baselayout (diff) | |
download | historical-428209337a4f87dfaeabaf39451f24a307b70cdd.tar.gz historical-428209337a4f87dfaeabaf39451f24a307b70cdd.tar.bz2 historical-428209337a4f87dfaeabaf39451f24a307b70cdd.zip |
glibc -> libc, add sed-4 dep
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xclass/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xclass/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/xclass/xclass-0.8.2-r1.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/xclass/ChangeLog b/x11-libs/xclass/ChangeLog index d79ba97490a1..8938a722f228 100644 --- a/x11-libs/xclass/ChangeLog +++ b/x11-libs/xclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xclass # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.11 2004/06/24 22:09:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.12 2004/06/28 19:45:27 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> xclass-0.8.2-r1.ebuild: + glibc -> libc, add sed-4 dep 19 Jun 2004; <pyrania@gentoo.org> xclass-0.8.2-r1.ebuild: Added static to IUSE. diff --git a/x11-libs/xclass/Manifest b/x11-libs/xclass/Manifest index 6dfc0ef34ee3..148d62d13f32 100644 --- a/x11-libs/xclass/Manifest +++ b/x11-libs/xclass/Manifest @@ -1,3 +1,3 @@ -MD5 c9aa813fe15e10bd14db61a418332cad ChangeLog 1095 -MD5 8b4ad14e108fc1cc8db598bb65ca3c98 xclass-0.8.2-r1.ebuild 1464 +MD5 f7bc98f286b6b00d1123cdc88016e4b8 ChangeLog 1201 +MD5 e9d818f55f974733aef6b476e6d8d2e0 xclass-0.8.2-r1.ebuild 1481 MD5 5e06d8892b0af94c7e720a4c2873bc78 files/digest-xclass-0.8.2-r1 64 diff --git a/x11-libs/xclass/xclass-0.8.2-r1.ebuild b/x11-libs/xclass/xclass-0.8.2-r1.ebuild index 12baebd3cfa3..6c1a79dfc7c3 100644 --- a/x11-libs/xclass/xclass-0.8.2-r1.ebuild +++ b/x11-libs/xclass/xclass-0.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.8.2-r1.ebuild,v 1.3 2004/06/24 22:09:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.8.2-r1.ebuild,v 1.4 2004/06/28 19:45:27 agriffis Exp $ DESCRIPTION="a C++ GUI toolkit for the X windows environment" HOMEPAGE="http://xclass.sourceforge.net/" @@ -12,7 +12,8 @@ KEYWORDS="x86 ppc sparc alpha" IUSE="static" DEPEND="virtual/x11 - virtual/glibc" + virtual/libc + >=sys-apps/sed-4" src_unpack() { unpack ${A} |