diff options
author | 2008-09-03 04:52:28 +0000 | |
---|---|---|
committer | 2008-09-03 04:52:28 +0000 | |
commit | d9f50720817a8430e4ac558126beacbcd9c14a08 (patch) | |
tree | ec447541c92b19bb531a7cf1df0f6dcd54c29717 /dev-tex/svninfo | |
parent | rev bump to install in texmf-site and add examples useflag (diff) | |
download | historical-d9f50720817a8430e4ac558126beacbcd9c14a08.tar.gz historical-d9f50720817a8430e4ac558126beacbcd9c14a08.tar.bz2 historical-d9f50720817a8430e4ac558126beacbcd9c14a08.zip |
remove unused versions
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26.3 x86_64
Diffstat (limited to 'dev-tex/svninfo')
-rw-r--r-- | dev-tex/svninfo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/svninfo/svninfo-0.7.1.ebuild | 25 | ||||
-rw-r--r-- | dev-tex/svninfo/svninfo-0.7.2.ebuild | 25 |
3 files changed, 5 insertions, 51 deletions
diff --git a/dev-tex/svninfo/ChangeLog b/dev-tex/svninfo/ChangeLog index 8a8837bbf602..6d5450810f0c 100644 --- a/dev-tex/svninfo/ChangeLog +++ b/dev-tex/svninfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/svninfo # Copyright 2005-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.15 2008/08/17 09:16:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.16 2008/09/03 04:52:28 aballier Exp $ + + 03 Sep 2008; Alexis Ballier <aballier@gentoo.org> -svninfo-0.7.1.ebuild, + -svninfo-0.7.2.ebuild: + remove unused versions *svninfo-0.7.3 (17 Aug 2008) diff --git a/dev-tex/svninfo/svninfo-0.7.1.ebuild b/dev-tex/svninfo/svninfo-0.7.1.ebuild deleted file mode 100644 index d586d4bdf60b..000000000000 --- a/dev-tex/svninfo/svninfo-0.7.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2005-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/svninfo-0.7.1.ebuild,v 1.1 2008/01/16 11:46:56 aballier Exp $ - -inherit latex-package eutils - -LICENSE="LPPL-1.2" -DESCRIPTION="A LaTeX module to acces SVN version info" -HOMEPAGE="http://www.brucker.ch/projects/svninfo/index.en.html" -SRC_URI="http://www.brucker.ch/projects/svninfo/download/${P}.tar.gz" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DOCS="README svninfo.pdf" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-0.5-latex-compile.patch" -} - -src_compile() { - emake -j1 || die "compilation failed" -} diff --git a/dev-tex/svninfo/svninfo-0.7.2.ebuild b/dev-tex/svninfo/svninfo-0.7.2.ebuild deleted file mode 100644 index 6f6d4e91cf8a..000000000000 --- a/dev-tex/svninfo/svninfo-0.7.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2005-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/svninfo-0.7.2.ebuild,v 1.1 2008/05/01 09:33:48 aballier Exp $ - -inherit latex-package eutils - -LICENSE="LPPL-1.2" -DESCRIPTION="A LaTeX module to acces SVN version info" -HOMEPAGE="http://www.brucker.ch/projects/svninfo/index.en.html" -SRC_URI="http://www.brucker.ch/projects/svninfo/download/${P}.tar.gz" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DOCS="README svninfo.pdf" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-0.5-latex-compile.patch" -} - -src_compile() { - emake -j1 || die "compilation failed" -} |