public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/flabels/
@ 2016-02-16 10:38 Alexis Ballier
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier @ 2016-02-16 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     009f19386d086f1a464d4eef10ff7d67347a122f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 10:37:56 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 10:38:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009f1938

dev-tex/flabels: drop usage of custom makedoc script that breaks build, bug #574810

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-tex/flabels/flabels-1.0.ebuild | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/dev-tex/flabels/flabels-1.0.ebuild b/dev-tex/flabels/flabels-1.0.ebuild
index 8ff7f79..b5c9239 100644
--- a/dev-tex/flabels/flabels-1.0.ebuild
+++ b/dev-tex/flabels/flabels-1.0.ebuild
@@ -18,12 +18,3 @@ IUSE=""
 
 S=${WORKDIR}/${PN}
 DOCS="README"
-
-src_prepare() {
-	chmod +x makedoc
-}
-
-src_compile() {
-	latex-package_src_compile
-	./makedoc
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/flabels/
@ 2017-10-18 17:48 Jonas Stein
  0 siblings, 0 replies; 3+ messages in thread
From: Jonas Stein @ 2017-10-18 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8e55f1b03117c40dde010200fb33691e03d02247
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 17:48:16 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 17:48:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e55f1b0

dev-tex/flabels: QA fix, DESCRIPTION was too long

Shortened the DESCRIPTION value.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-tex/flabels/flabels-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/flabels/flabels-1.0.ebuild b/dev-tex/flabels/flabels-1.0.ebuild
index 78c63cde982..5620e5a19c4 100644
--- a/dev-tex/flabels/flabels-1.0.ebuild
+++ b/dev-tex/flabels/flabels-1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 
 inherit latex-package
 
-DESCRIPTION="Macros for typesetting pretty lables (optionally colored) for the back of files or binders"
+DESCRIPTION="Macros for typesetting lables for the back of files or binders"
 HOMEPAGE="http://www.ctan.org/tex-archive/help/Catalogue/entries/flabels.html"
 # downloaded from:
 # ftp.ctan.org/tex-archive/help/Catalogue/entries/flabels.tar.gz


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/flabels/
@ 2019-12-13 18:02 Mikle Kolyada
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2019-12-13 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     65bfb9fbe3ab4c7d889d8b9ba945d6dc78f67801
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 18:01:49 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 18:01:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bfb9fb

dev-tex/flabels: port to EAPI=7

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-tex/flabels/flabels-1.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-tex/flabels/flabels-1.0.ebuild b/dev-tex/flabels/flabels-1.0.ebuild
index 5620e5a19c4..79f633efdbf 100644
--- a/dev-tex/flabels/flabels-1.0.ebuild
+++ b/dev-tex/flabels/flabels-1.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 inherit latex-package
 
@@ -13,7 +13,6 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 LICENSE="LPPL-1.2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 S=${WORKDIR}/${PN}
 DOCS="README"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-13 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-16 10:38 [gentoo-commits] repo/gentoo:master commit in: dev-tex/flabels/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2017-10-18 17:48 Jonas Stein
2019-12-13 18:02 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox