diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:25:02 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:25:02 +0000 |
commit | 1f770cd15334fa345427b8d3b7e71b68616797c3 (patch) | |
tree | 060fd73a81b2240f303f55e9735645aed9da8c37 /dev-tex/csindex | |
parent | remove unused license (diff) | |
download | historical-1f770cd15334fa345427b8d3b7e71b68616797c3.tar.gz historical-1f770cd15334fa345427b8d3b7e71b68616797c3.tar.bz2 historical-1f770cd15334fa345427b8d3b7e71b68616797c3.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'dev-tex/csindex')
-rw-r--r-- | dev-tex/csindex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/csindex/csindex-2.11c.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tex/csindex/ChangeLog b/dev-tex/csindex/ChangeLog index a250e40b2029..bceb789ec4b4 100644 --- a/dev-tex/csindex/ChangeLog +++ b/dev-tex/csindex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/csindex -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/ChangeLog,v 1.6 2007/03/13 00:12:46 nattfodd Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/ChangeLog,v 1.7 2009/09/23 17:24:26 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> csindex-2.11c.ebuild: + Remove virtual/libc 12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml: Replaced text-markup by tex as maintaining herd (text-markup split). diff --git a/dev-tex/csindex/csindex-2.11c.ebuild b/dev-tex/csindex/csindex-2.11c.ebuild index cd0a444b97ce..f10ef078969b 100644 --- a/dev-tex/csindex/csindex-2.11c.ebuild +++ b/dev-tex/csindex/csindex-2.11c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/csindex-2.11c.ebuild,v 1.6 2005/05/16 04:28:14 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/csindex/csindex-2.11c.ebuild,v 1.7 2009/09/23 17:24:26 patrick Exp $ inherit toolchain-funcs @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" S=${WORKDIR}/${MY_P} |