diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-08-05 06:59:15 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-08-05 06:59:15 +0000 |
commit | b59c460cb6a7b045f2aaf89951fe16026309c011 (patch) | |
tree | 683755b25304fb9e572b29b90dd4e7685c491d0f /dev-tex/svninfo | |
parent | assign RDEPEND explicitly (diff) | |
download | gentoo-2-b59c460cb6a7b045f2aaf89951fe16026309c011.tar.gz gentoo-2-b59c460cb6a7b045f2aaf89951fe16026309c011.tar.bz2 gentoo-2-b59c460cb6a7b045f2aaf89951fe16026309c011.zip |
remove old
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/svninfo')
-rw-r--r-- | dev-tex/svninfo/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tex/svninfo/svninfo-0.6.ebuild | 25 | ||||
-rw-r--r-- | dev-tex/svninfo/svninfo-0.7.3.ebuild | 26 |
3 files changed, 6 insertions, 53 deletions
diff --git a/dev-tex/svninfo/ChangeLog b/dev-tex/svninfo/ChangeLog index b6cf47172c8c..53421ccd6be1 100644 --- a/dev-tex/svninfo/ChangeLog +++ b/dev-tex/svninfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/svninfo -# Copyright 2005-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.33 2009/03/18 19:15:44 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.34 2009/08/05 06:59:15 aballier Exp $ + + 05 Aug 2009; Alexis Ballier <aballier@gentoo.org> -svninfo-0.6.ebuild, + -svninfo-0.7.3.ebuild: + remove old 18 Mar 2009; Raúl Porcel <armin76@gentoo.org> svninfo-0.7.3-r1.ebuild: arm/s390/sh stable wrt #253551 diff --git a/dev-tex/svninfo/svninfo-0.6.ebuild b/dev-tex/svninfo/svninfo-0.6.ebuild deleted file mode 100644 index 5e28a4d2ca29..000000000000 --- a/dev-tex/svninfo/svninfo-0.6.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.6.ebuild,v 1.4 2008/01/16 12:13:47 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.3.ebuild b/dev-tex/svninfo/svninfo-0.7.3.ebuild deleted file mode 100644 index 107a46c8d786..000000000000 --- a/dev-tex/svninfo/svninfo-0.7.3.ebuild +++ /dev/null @@ -1,26 +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.3.ebuild,v 1.1 2008/08/17 09:16:44 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() { - export VARTEXFONTS="${T}/fonts" - emake -j1 || die "compilation failed" -} |