From b59c460cb6a7b045f2aaf89951fe16026309c011 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Wed, 5 Aug 2009 06:59:15 +0000 Subject: remove old (Portage version: 2.2_rc36/cvs/Linux x86_64) --- dev-tex/svninfo/ChangeLog | 8 ++++++-- dev-tex/svninfo/svninfo-0.6.ebuild | 25 ------------------------- dev-tex/svninfo/svninfo-0.7.3.ebuild | 26 -------------------------- 3 files changed, 6 insertions(+), 53 deletions(-) delete mode 100644 dev-tex/svninfo/svninfo-0.6.ebuild delete mode 100644 dev-tex/svninfo/svninfo-0.7.3.ebuild (limited to 'dev-tex/svninfo') 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 -svninfo-0.6.ebuild, + -svninfo-0.7.3.ebuild: + remove old 18 Mar 2009; Raúl Porcel 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" -} -- cgit v1.2.3-65-gdbad