* [gentoo-commits] repo/gentoo:master commit in: dev-util/autoproject/
@ 2017-12-02 12:52 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-12-02 12:52 UTC (permalink / raw
To: gentoo-commits
commit: a9f0df8f49f5f4e296cfca37206b24953b75f2ae
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 2 12:51:28 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 2 12:51:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f0df8f
dev-util/autoproject: [QA] Fix DESCRIPTION.toolong
dev-util/autoproject/autoproject-0.20.ebuild | 2 +-
dev-util/autoproject/autoproject-0.20_p5.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/autoproject/autoproject-0.20.ebuild b/dev-util/autoproject/autoproject-0.20.ebuild
index 05e5e1d5581..5343efa1d03 100644
--- a/dev-util/autoproject/autoproject-0.20.ebuild
+++ b/dev-util/autoproject/autoproject-0.20.ebuild
@@ -4,7 +4,7 @@
inherit eutils
DEB_VER=3
-DESCRIPTION="Used to start a programming project using autotools and a command line parser generator"
+DESCRIPTION="Start a programming project using autotools and a command line parser generator"
HOMEPAGE="http://packages.debian.org/unstable/devel/autoproject"
SRC_URI="mirror://debian/pool/main/a/autoproject/${PN}_${PV}.orig.tar.gz
mirror://debian/pool/main/a/autoproject/${PN}_${PV}-${DEB_VER}.diff.gz"
diff --git a/dev-util/autoproject/autoproject-0.20_p5.ebuild b/dev-util/autoproject/autoproject-0.20_p5.ebuild
index f76f1b6b654..d37a9867e8e 100644
--- a/dev-util/autoproject/autoproject-0.20_p5.ebuild
+++ b/dev-util/autoproject/autoproject-0.20_p5.ebuild
@@ -5,7 +5,7 @@ inherit eutils
MY_PV=${PV%_p*}
DEB_VER=${PV#*_p}
-DESCRIPTION="Used to start a programming project using autotools and a command line parser generator"
+DESCRIPTION="Start a programming project using autotools and a command line parser generator"
HOMEPAGE="http://packages.debian.org/unstable/devel/autoproject"
SRC_URI="mirror://debian/pool/main/a/autoproject/${PN}_${MY_PV}.orig.tar.gz
mirror://debian/pool/main/a/autoproject/${PN}_${MY_PV}-${DEB_VER}.diff.gz"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/autoproject/
@ 2019-10-18 12:19 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2019-10-18 12:19 UTC (permalink / raw
To: gentoo-commits
commit: 74b57a2f900d16fb9b4691e244f2239d3de95cff
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 12:18:28 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 12:18:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b57a2f
dev-util/autoproject: Port to EAPI 7
Bug: https://bugs.gentoo.org/697326
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-util/autoproject/autoproject-0.20_p5.ebuild | 28 ++++++++++---------------
1 file changed, 11 insertions(+), 17 deletions(-)
diff --git a/dev-util/autoproject/autoproject-0.20_p5.ebuild b/dev-util/autoproject/autoproject-0.20_p5.ebuild
index 239a51de78e..9fd40511568 100644
--- a/dev-util/autoproject/autoproject-0.20_p5.ebuild
+++ b/dev-util/autoproject/autoproject-0.20_p5.ebuild
@@ -1,35 +1,29 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
-
-inherit eutils
+EAPI=7
MY_PV=${PV%_p*}
DEB_VER=${PV#*_p}
+
DESCRIPTION="Start a programming project using autotools and a command line parser generator"
-HOMEPAGE="http://packages.debian.org/unstable/devel/autoproject"
-SRC_URI="mirror://debian/pool/main/a/autoproject/${PN}_${MY_PV}.orig.tar.gz
+HOMEPAGE="https://packages.debian.org/unstable/devel/autoproject"
+SRC_URI="
+ mirror://debian/pool/main/a/autoproject/${PN}_${MY_PV}.orig.tar.gz
mirror://debian/pool/main/a/autoproject/${PN}_${MY_PV}-${DEB_VER}.diff.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="test"
+RESTRICT="!test? ( test )"
-RDEPEND="sys-devel/automake
- sys-devel/autoconf"
+RDEPEND="
+ sys-devel/autoconf:*
+ sys-devel/automake:*"
DEPEND="${RDEPEND}
test? ( sys-apps/texinfo )"
S=${WORKDIR}/${PN}-${MY_PV}
-src_unpack() {
- unpack ${A}
- epatch ${PN}_${MY_PV}-${DEB_VER}.diff
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS NEWS README TODO ChangeLog
-}
+PATCHES=( "${WORKDIR}"/${PN}_${MY_PV}-${DEB_VER}.diff )
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/autoproject/
@ 2019-10-18 12:19 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2019-10-18 12:19 UTC (permalink / raw
To: gentoo-commits
commit: a956fed6fe0a62bc6e1db6d5f7a1d3c2585de499
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 12:18:31 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 12:18:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a956fed6
dev-util/autoproject: Remove old
Closes: https://bugs.gentoo.org/697326
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-util/autoproject/Manifest | 1 -
dev-util/autoproject/autoproject-0.20.ebuild | 32 ----------------------------
2 files changed, 33 deletions(-)
diff --git a/dev-util/autoproject/Manifest b/dev-util/autoproject/Manifest
index 35a39c35f57..4b144d342d6 100644
--- a/dev-util/autoproject/Manifest
+++ b/dev-util/autoproject/Manifest
@@ -1,3 +1,2 @@
-DIST autoproject_0.20-3.diff.gz 4704 BLAKE2B f94227d5792477f7bab8d9535fcc4a927a8d779121974ca1ea0b342859ca9946693d107514c874e216bbb202c1e9c7a02ee3fedf7d0dc0508965cfe0471d4c3f SHA512 8058fb2430010ddc8613c9e310c262b28379eb3d38b7e9badca7e3adb3560e5965bbe6612a0211d38920094a4851502471f9e1670e694ea3ef7d29bbfde340e9
DIST autoproject_0.20-5.diff.gz 5287 BLAKE2B 3bc26c42876606c8a8a879a888ec1c51fac8de2b380ef10c1c346a35dcd4747b21264cf4d2161e55ea31d49393569a897aa98ff1b0a8576465fd5e06b77fd27a SHA512 156f8feff53936c3113bda9d8a3f2e19679f249656ace69aacb1f0a13ae93066eef49de3e5a268c47ed3e440144de629f6b84a477ecfc6a3f793c41412cc9b5a
DIST autoproject_0.20.orig.tar.gz 151101 BLAKE2B 657a4a4baae35b038392c2cc78a1ab0e657229587e64105f0a6150ce83c29cd2305b716b12e706ea31fc31f091f21fc8b00f89dbcd753453944ee26f7fbc01f1 SHA512 eb6ba12af96e03f4da51b6b9fc0db618180d92b8a363f30182013a003bb13f5b66ee12b28531a234f6035b64bda29bb0f838466ccbeaddbce06a437a18c05288
diff --git a/dev-util/autoproject/autoproject-0.20.ebuild b/dev-util/autoproject/autoproject-0.20.ebuild
deleted file mode 100644
index cce818573a5..00000000000
--- a/dev-util/autoproject/autoproject-0.20.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DEB_VER=3
-DESCRIPTION="Start a programming project using autotools and a command line parser generator"
-HOMEPAGE="http://packages.debian.org/unstable/devel/autoproject"
-SRC_URI="mirror://debian/pool/main/a/autoproject/${PN}_${PV}.orig.tar.gz
- mirror://debian/pool/main/a/autoproject/${PN}_${PV}-${DEB_VER}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="test"
-
-RDEPEND="sys-devel/automake
- sys-devel/autoconf"
-DEPEND="${RDEPEND}
- test? ( sys-apps/texinfo )"
-
-src_unpack() {
- unpack ${A}
- epatch ${PN}_${PV}-${DEB_VER}.diff
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
- dodoc AUTHORS NEWS README TODO ChangeLog
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/autoproject/
@ 2021-06-16 18:11 Lars Wendler
0 siblings, 0 replies; 5+ messages in thread
From: Lars Wendler @ 2021-06-16 18:11 UTC (permalink / raw
To: gentoo-commits
commit: 4ba80d36d6dc04d61d11db609897d182b1db7bee
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 23:24:36 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 18:10:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba80d36
dev-util/autoproject: update maintainers (drop to maintainer-needed)
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-util/autoproject/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-util/autoproject/metadata.xml b/dev-util/autoproject/metadata.xml
index 56c12441305..7a38bb90096 100644
--- a/dev-util/autoproject/metadata.xml
+++ b/dev-util/autoproject/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>base-system@gentoo.org</email>
- <name>Gentoo Base System</name>
-</maintainer>
+ <!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/autoproject/
@ 2024-03-16 9:27 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-03-16 9:27 UTC (permalink / raw
To: gentoo-commits
commit: a163e7509ebca36bd5b3b237d5a685111b8f1424
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 05:54:28 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 09:26:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a163e750
dev-util/autoproject: add another test dep
Closes: https://bugs.gentoo.org/927051
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/autoproject/autoproject-0.20_p15.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-util/autoproject/autoproject-0.20_p15.ebuild b/dev-util/autoproject/autoproject-0.20_p15.ebuild
index 1b3fed7d0827..1055a779bd7a 100644
--- a/dev-util/autoproject/autoproject-0.20_p15.ebuild
+++ b/dev-util/autoproject/autoproject-0.20_p15.ebuild
@@ -31,6 +31,7 @@ BDEPEND="
test? (
sys-apps/texinfo
sys-devel/autogen
+ virtual/texi2dvi
)
"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-03-16 9:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02 12:52 [gentoo-commits] repo/gentoo:master commit in: dev-util/autoproject/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2019-10-18 12:19 David Seifert
2019-10-18 12:19 David Seifert
2021-06-16 18:11 Lars Wendler
2024-03-16 9:27 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox