summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/g-brief/g-brief-4.0.1.ebuild')
-rw-r--r--dev-tex/g-brief/g-brief-4.0.1.ebuild30
1 files changed, 0 insertions, 30 deletions
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}
-
-}