public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/enum/
@ 2016-05-12  9:43 Patrice Clement
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-05-12  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     152938abc26b5105601643576036a8e28481d116
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 12:23:00 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 12 09:28:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152938ab

app-misc/enum: EAPI 6 bump.

Package-Manager: portage-2.2.26

 app-misc/enum/{enum-1.1.ebuild => enum-1.1-r1.ebuild} | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/app-misc/enum/enum-1.1.ebuild b/app-misc/enum/enum-1.1-r1.ebuild
similarity index 64%
rename from app-misc/enum/enum-1.1.ebuild
rename to app-misc/enum/enum-1.1-r1.ebuild
index 4b97305..b60c026 100644
--- a/app-misc/enum/enum-1.1.ebuild
+++ b/app-misc/enum/enum-1.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="2"
+EAPI=6
 
 DESCRIPTION="Replacement for GNU seq and BSD jot"
 HOMEPAGE="https://fedorahosted.org/enum/"
@@ -17,15 +17,19 @@ DEPEND=""
 RDEPEND=""
 
 src_prepare() {
+	default
+
 	# Remove bundled getopt
-	rm -R thirdparty || die
+	rm -rv thirdparty || die
 }
 
 src_configure() {
-	econf --disable-doc-rebuild --disable-dependency-tracking
+	econf \
+		--disable-doc-rebuild \
+		--disable-dependency-tracking
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die 'emake install'
-	dodoc ChangeLog || die 'dodoc failed'
+	emake DESTDIR="${D}" install
+	dodoc ChangeLog
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/enum/
@ 2016-10-03 14:44 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2016-10-03 14:44 UTC (permalink / raw
  To: gentoo-commits

commit:     85dda04f3d2b88f8e6e6f3d1e267e941422bca08
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 14:42:29 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 14:44:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85dda04f

app-misc/enum: Moved from Fedora Hosted to GitHub

Package-Manager: portage-2.3.1

 app-misc/enum/enum-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/enum/enum-1.1-r1.ebuild b/app-misc/enum/enum-1.1-r1.ebuild
index b60c026..0a9ce38 100644
--- a/app-misc/enum/enum-1.1-r1.ebuild
+++ b/app-misc/enum/enum-1.1-r1.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 
 DESCRIPTION="Replacement for GNU seq and BSD jot"
-HOMEPAGE="https://fedorahosted.org/enum/"
+HOMEPAGE="https://github.com/hartwork/enum"
 SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2"
 
 LICENSE="BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/enum/
@ 2019-11-18 17:14 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2019-11-18 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     d358324f8a9dae181121a61175a44b7b7cf3206a
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 17:12:50 2019 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 17:14:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d358324f

app-misc/enum: EAPI 7 + SRC_URI move

Closes: https://bugs.gentoo.org/698992
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.78, Repoman-2.3.16

 app-misc/enum/Manifest           |  2 +-
 app-misc/enum/enum-1.1-r1.ebuild | 25 ++++++++++++++-----------
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/app-misc/enum/Manifest b/app-misc/enum/Manifest
index dde8988f261..52a373f5db7 100644
--- a/app-misc/enum/Manifest
+++ b/app-misc/enum/Manifest
@@ -1 +1 @@
-DIST enum-1.1.tar.bz2 100815 BLAKE2B 921a3c1be5dd91ead83366f1f094c8e50b00e9e58bb3316301a9a162255b55b8104ac09ae5913596c6bfb2b58a3358734950073f87fc8bebfb241a8e6ad0879c SHA512 06396c5286c1e7b725c7cd7952713e21eaf917d586a3f069f2faedbf2fd191f2703ac7e67db563a54978542809552c71eda6a238a22fd2a8928d134ec471e931
+DIST enum-1.1.tar.gz 59849 BLAKE2B fdccdf3a362b3a6f7727c76eb50e4d568b2c6be85fdb62af6f095655865708102e578bb3e4988fdcbb542b2397aff5ad024b89c0cacb120d676aed518bbfcaa5 SHA512 4d2885ea8d3d24d04360b32241517152ab25480c5346917e1bfb483dd0f50ae5a6cb8b4ca3552c04bdb0d5960b1e83502ce4d154fa8316b0e0ff5eae8aac3648

diff --git a/app-misc/enum/enum-1.1-r1.ebuild b/app-misc/enum/enum-1.1-r1.ebuild
index d125d71a503..b18fabf94a6 100644
--- a/app-misc/enum/enum-1.1-r1.ebuild
+++ b/app-misc/enum/enum-1.1-r1.ebuild
@@ -1,34 +1,37 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+inherit autotools
 
 DESCRIPTION="Replacement for GNU seq and BSD jot"
 HOMEPAGE="https://github.com/hartwork/enum"
-SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2"
-
+SRC_URI="https://github.com/hartwork/enum/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
+DEPEND="app-text/asciidoc"
 RDEPEND=""
 
+DOCS=( ChangeLog )
+
 src_prepare() {
 	default
 
 	# Remove bundled getopt
 	rm -rv thirdparty || die
+
+	# Workarund automake issues
+	sed 's,\(AM_INIT_AUTOMAKE(\[\),\1subdir-objects ,' -i configure.ac || die
+
+	eautoreconf
 }
 
 src_configure() {
 	econf \
-		--disable-doc-rebuild \
+		--enable-doc-rebuild \
 		--disable-dependency-tracking
 }
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc ChangeLog
-}


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

end of thread, other threads:[~2019-11-18 17:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 14:44 [gentoo-commits] repo/gentoo:master commit in: app-misc/enum/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2019-11-18 17:14 Sebastian Pipping
2016-05-12  9:43 Patrice Clement

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