diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-05-08 09:56:57 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-05-08 09:56:57 +0000 |
commit | e44da5faffa20e7d3b6df8ec9cf4c566ca5d25c0 (patch) | |
tree | 469d84dbaeeb567c9d70ce81c15f533ad9670a39 /dev-tex/lgrind | |
parent | Stable on x86 and added to ~alpha (diff) | |
download | historical-e44da5faffa20e7d3b6df8ec9cf4c566ca5d25c0.tar.gz historical-e44da5faffa20e7d3b6df8ec9cf4c566ca5d25c0.tar.bz2 historical-e44da5faffa20e7d3b6df8ec9cf4c566ca5d25c0.zip |
Stable on x86. Removed old ebuild.
Diffstat (limited to 'dev-tex/lgrind')
-rw-r--r-- | dev-tex/lgrind/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/lgrind/files/digest-lgrind-3.67 | 1 | ||||
-rw-r--r-- | dev-tex/lgrind/lgrind-3.67-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/lgrind/lgrind-3.67.ebuild | 42 |
4 files changed, 7 insertions, 46 deletions
diff --git a/dev-tex/lgrind/ChangeLog b/dev-tex/lgrind/ChangeLog index 56af9d084d12..d5c5a83082b0 100644 --- a/dev-tex/lgrind/ChangeLog +++ b/dev-tex/lgrind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/lgrind # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/ChangeLog,v 1.4 2004/04/13 14:31:14 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/ChangeLog,v 1.5 2004/05/08 09:56:57 usata Exp $ + + 08 May 2004; Mamoru KOMACHI <usata@gentoo.org> lgrind-3.67-r1.ebuild, + lgrind-3.67.ebuild: + Stable on x86. Removed old ebuild. 13 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> lgrind-3.67-r1.ebuild: marked ~amd64 diff --git a/dev-tex/lgrind/files/digest-lgrind-3.67 b/dev-tex/lgrind/files/digest-lgrind-3.67 deleted file mode 100644 index e029dda14af4..000000000000 --- a/dev-tex/lgrind/files/digest-lgrind-3.67 +++ /dev/null @@ -1 +0,0 @@ -MD5 650e14f7b9f098854aa10ef0f49712f7 lgrind.tar.gz 73205 diff --git a/dev-tex/lgrind/lgrind-3.67-r1.ebuild b/dev-tex/lgrind/lgrind-3.67-r1.ebuild index 452e77da6eb8..a0567d5074b9 100644 --- a/dev-tex/lgrind/lgrind-3.67-r1.ebuild +++ b/dev-tex/lgrind/lgrind-3.67-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/lgrind-3.67-r1.ebuild,v 1.3 2004/04/13 14:31:14 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/lgrind-3.67-r1.ebuild,v 1.4 2004/05/08 09:56:57 usata Exp $ inherit latex-package @@ -10,7 +10,7 @@ LICENSE="as-is" IUSE="" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" S=${WORKDIR}/${PN} src_compile() { diff --git a/dev-tex/lgrind/lgrind-3.67.ebuild b/dev-tex/lgrind/lgrind-3.67.ebuild deleted file mode 100644 index 48848d130272..000000000000 --- a/dev-tex/lgrind/lgrind-3.67.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/lgrind/lgrind-3.67.ebuild,v 1.1 2003/10/02 15:28:23 obz Exp $ - -inherit latex-package - -DESCRIPTION="A source pretty printer for LaTeX - styles to stylise your source and code examples." -SRC_URI="mirror://gentoo/${PN}.tar.gz" -LICENSE="as-is" - -IUSE="" -SLOT="0" -KEYWORDS="~x86" -S=${WORKDIR}/${PN} - -src_compile() { - - cd ${S}/source - emake || die "Error compiling lgrind executable" - latex-package_src_compile - -} - -src_install() { - - # binary first - dobin source/lgrind - - # then the texmf stuff - latex-package_src_install - insinto /usr/share/texmf/tex/latex/${PN} - doins lgrindef - - # and finally, the documentation - dodoc FAQ README - docinto examples/ - dodoc example/* - cd ${S}/source - doman lgrind.1 lgrindef.5 - -} - |