diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-13 22:25:55 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-13 22:25:55 +0000 |
commit | 3ff5f7c37bee3fcec0a9d4e17010896c61c437ea (patch) | |
tree | 4b02695715352c6e4004c629b27cff2e797aeca3 /dev-tex | |
parent | Migrating from java-overlay. Required by LWJGL, the key library used (diff) | |
download | gentoo-2-3ff5f7c37bee3fcec0a9d4e17010896c61c437ea.tar.gz gentoo-2-3ff5f7c37bee3fcec0a9d4e17010896c61c437ea.tar.bz2 gentoo-2-3ff5f7c37bee3fcec0a9d4e17010896c61c437ea.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/svninfo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/svninfo/svninfo-0.7.3-r1.ebuild | 28 |
2 files changed, 5 insertions, 30 deletions
diff --git a/dev-tex/svninfo/ChangeLog b/dev-tex/svninfo/ChangeLog index 02a83b1460a7..8f6f84b353dc 100644 --- a/dev-tex/svninfo/ChangeLog +++ b/dev-tex/svninfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/svninfo -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.52 2013/04/25 21:29:49 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.53 2015/04/13 22:25:55 mrueg Exp $ + + 13 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -svninfo-0.7.3-r1.ebuild: + Remove old. 25 Apr 2013; Agostino Sarubbo <ago@gentoo.org> svninfo-0.7.4.ebuild: Stable for sh, wrt bug #449298 diff --git a/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild b/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild deleted file mode 100644 index 5cddac143cff..000000000000 --- a/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 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-r1.ebuild,v 1.18 2010/01/03 11:42:43 fauli Exp $ - -inherit latex-package eutils - -LICENSE="LPPL-1.2" -DESCRIPTION="A LaTeX module to access 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="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="" - -DOCS="README" - -TEXMF=/usr/share/texmf-site - -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" -} |