summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-10-07 12:40:44 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-10-07 12:40:44 +0000
commit6d6a878b3666903fc66362deec469a878abd7d95 (patch)
tree6ecba50fe1c5b3e9181fd54135e6ad1639060e62 /dev-tex
parentRemove old (diff)
downloadgentoo-2-6d6a878b3666903fc66362deec469a878abd7d95.tar.gz
gentoo-2-6d6a878b3666903fc66362deec469a878abd7d95.tar.bz2
gentoo-2-6d6a878b3666903fc66362deec469a878abd7d95.zip
EAPI 4
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/flabels/ChangeLog8
-rw-r--r--dev-tex/flabels/flabels-1.0.ebuild13
2 files changed, 14 insertions, 7 deletions
diff --git a/dev-tex/flabels/ChangeLog b/dev-tex/flabels/ChangeLog
index 4d721d4720ff..d8ce9b5ba632 100644
--- a/dev-tex/flabels/ChangeLog
+++ b/dev-tex/flabels/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tex/flabels
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/flabels/ChangeLog,v 1.4 2007/03/13 00:19:05 nattfodd Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/flabels/ChangeLog,v 1.5 2012/10/07 12:40:44 ago Exp $
+
+ 07 Oct 2012; Agostino Sarubbo <ago@gentoo.org> flabels-1.0.ebuild:
+ EAPI 4
12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml:
Replaced text-markup by tex as maintaining herd (text-markup split).
@@ -16,4 +19,3 @@
07 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+flabels-1.0.ebuild:
Initial import. Thanks to Andreas Volz <linux@brachttal.net>; bug #39019.
-
diff --git a/dev-tex/flabels/flabels-1.0.ebuild b/dev-tex/flabels/flabels-1.0.ebuild
index a448e5d17c82..11bfc680343c 100644
--- a/dev-tex/flabels/flabels-1.0.ebuild
+++ b/dev-tex/flabels/flabels-1.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/flabels/flabels-1.0.ebuild,v 1.2 2004/12/28 21:02:05 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/flabels/flabels-1.0.ebuild,v 1.3 2012/10/07 12:40:44 ago Exp $
+
+EAPI=4
inherit latex-package
@@ -11,14 +13,17 @@ HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/flabels.html"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="LPPL-1.2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
S=${WORKDIR}/${PN}
DOCS="README"
+src_prepare() {
+ chmod +x makedoc
+}
+
src_compile() {
latex-package_src_compile
- chmod +x makedoc
./makedoc
}