diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-08-05 06:41:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-08-05 06:41:09 +0000 |
commit | b4a11d0fcc2075ac22a2c5bbb9dba8de1c2e9238 (patch) | |
tree | dd70b09ffa49e2a4a5d494f270b7c01e3d41cf13 /dev-tex/g-brief | |
parent | changed depend for e2fsprogs-libs - it is now stable and we don't have to cho... (diff) | |
download | gentoo-2-b4a11d0fcc2075ac22a2c5bbb9dba8de1c2e9238.tar.gz gentoo-2-b4a11d0fcc2075ac22a2c5bbb9dba8de1c2e9238.tar.bz2 gentoo-2-b4a11d0fcc2075ac22a2c5bbb9dba8de1c2e9238.zip |
remove old
(Portage version: 2.2_rc35/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/g-brief')
-rw-r--r-- | dev-tex/g-brief/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/g-brief/g-brief-4.0.1.ebuild | 30 |
2 files changed, 5 insertions, 32 deletions
diff --git a/dev-tex/g-brief/ChangeLog b/dev-tex/g-brief/ChangeLog index 526b2134b8fd..31e5393b592e 100644 --- a/dev-tex/g-brief/ChangeLog +++ b/dev-tex/g-brief/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/g-brief -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/g-brief/ChangeLog,v 1.26 2009/03/18 19:19:53 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/g-brief/ChangeLog,v 1.27 2009/08/05 06:41:09 aballier Exp $ + + 05 Aug 2009; Alexis Ballier <aballier@gentoo.org> -g-brief-4.0.1.ebuild: + remove old 18 Mar 2009; Raúl Porcel <armin76@gentoo.org> g-brief-4.0.2.ebuild: arm/s390/sh stable wrt #253551 diff --git a/dev-tex/g-brief/g-brief-4.0.1.ebuild b/dev-tex/g-brief/g-brief-4.0.1.ebuild deleted file mode 100644 index 6ee4529c0669..000000000000 --- a/dev-tex/g-brief/g-brief-4.0.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/g-brief/g-brief-4.0.1.ebuild,v 1.11 2008/02/05 20:29:27 grobian Exp $ - -inherit latex-package - -S=${WORKDIR}/${PN} - -# checksum from official ftp site changes frequently so we mirror it -DESCRIPTION="LaTeX styles for formless letters in German or English." -SRC_URI="mirror://gentoo/${P}.tar.bz2" -HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/g-brief/" -LICENSE="LPPL-1.2" - -IUSE="" -SLOT="0" -KEYWORDS="alpha amd64 ppc ~sparc x86" - -DEPEND="!>=app-text/tetex-2.96" - -# we dont need to regenerate the dvis, they come -# in the archive, see bug #28240. <obz@gentoo.org> -src_install() { - - latex-package_src_doinstall styles - - dodir /usr/share/doc/${P} - cp *.dvi ${D}/usr/share/doc/${P} - -} |