diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:40:30 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:40:30 +0000 |
commit | c665dd4d434d9963e11f0562cd72a50255b82e62 (patch) | |
tree | 5a92b527e65a571a66aeda5a7e1fa66b63d0abfb /app-i18n | |
parent | Version bump #284855 by Lars Wendler. (diff) | |
download | gentoo-2-c665dd4d434d9963e11f0562cd72a50255b82e62.tar.gz gentoo-2-c665dd4d434d9963e11f0562cd72a50255b82e62.tar.bz2 gentoo-2-c665dd4d434d9963e11f0562cd72a50255b82e62.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/canna/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/canna/canna-3.7_p2.ebuild | 9 | ||||
-rw-r--r-- | app-i18n/canna/canna-3.7_p3.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/app-i18n/canna/ChangeLog b/app-i18n/canna/ChangeLog index 8203ca4ceba9..16c88ff0d13f 100644 --- a/app-i18n/canna/ChangeLog +++ b/app-i18n/canna/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/canna # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/ChangeLog,v 1.58 2009/09/21 02:55:21 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/ChangeLog,v 1.59 2009/09/23 15:40:30 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> canna-3.7_p2.ebuild, + canna-3.7_p3.ebuild: + Remove virtual/libc *canna-3.7_p3-r1 (21 Sep 2009) diff --git a/app-i18n/canna/canna-3.7_p2.ebuild b/app-i18n/canna/canna-3.7_p2.ebuild index 74b8f86e166f..e0dd7e64f72b 100644 --- a/app-i18n/canna/canna-3.7_p2.ebuild +++ b/app-i18n/canna/canna-3.7_p2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p2.ebuild,v 1.18 2007/07/22 09:06:19 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p2.ebuild,v 1.19 2009/09/23 15:40:30 patrick Exp $ inherit cannadic eutils multilib @@ -15,12 +15,11 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" IUSE="doc" -DEPEND="virtual/libc - >=sys-apps/sed-4 +DEPEND=">=sys-apps/sed-4 x11-misc/gccmakedep x11-misc/imake doc? ( app-text/ptex )" -RDEPEND="virtual/libc" +RDEPEND="" S="${WORKDIR}/${MY_P/_/}" diff --git a/app-i18n/canna/canna-3.7_p3.ebuild b/app-i18n/canna/canna-3.7_p3.ebuild index a65c90137410..f1970bd40185 100644 --- a/app-i18n/canna/canna-3.7_p3.ebuild +++ b/app-i18n/canna/canna-3.7_p3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p3.ebuild,v 1.5 2009/07/30 16:52:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p3.ebuild,v 1.6 2009/09/23 15:40:30 patrick Exp $ inherit cannadic eutils multilib @@ -15,12 +15,11 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" -DEPEND="virtual/libc - >=sys-apps/sed-4 +DEPEND=">=sys-apps/sed-4 x11-misc/gccmakedep x11-misc/imake doc? ( app-text/ptex )" -RDEPEND="virtual/libc" +RDEPEND="" S="${WORKDIR}/${MY_P/_/}" |