From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autogen/
Date: Mon, 23 Dec 2019 22:40:29 +0000 (UTC) [thread overview]
Message-ID: <1577140673.4801839742e20785630c9e8b3985b2bdb2c887c5.slyfox@gentoo> (raw)
commit: 4801839742e20785630c9e8b3985b2bdb2c887c5
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 22:37:53 2019 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 22:37:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48018397
sys-devel/autogen: drop old
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sys-devel/autogen/Manifest | 3 --
sys-devel/autogen/autogen-5.18.10.ebuild | 44 --------------------------
sys-devel/autogen/autogen-5.18.12.ebuild | 50 ------------------------------
sys-devel/autogen/autogen-5.18.4-r1.ebuild | 42 -------------------------
sys-devel/autogen/autogen-5.18.4.ebuild | 40 ------------------------
5 files changed, 179 deletions(-)
diff --git a/sys-devel/autogen/Manifest b/sys-devel/autogen/Manifest
index abdf8d50447..e8bc3f691f1 100644
--- a/sys-devel/autogen/Manifest
+++ b/sys-devel/autogen/Manifest
@@ -1,5 +1,2 @@
-DIST autogen-5.18.10.tar.xz 1017960 BLAKE2B 3869abb5b0b97f480d4b50b205f25d54da2b9c5227c13a55e11754b5ceff4afd74576efc17a748d40762b7345e3c02c60fa38f6d20893671089e9de48b0e0240 SHA512 cfb06566aebe2aa833f2a032c513aa1d57a803eee82f03d6f6fe3806a0f570d5dbf8331015d2afde89a3d4e4c967b6a367d3e2820addb3ff6a5ac6d481a058be
-DIST autogen-5.18.12.tar.xz 1018412 BLAKE2B f8ac1efbd6c6afdaa248e3063cf43fe0d32da6bd1160397f8bf736970f15047c70772a6e21d6010c8103aecce6ea2c3d90a63b9c5cbd6199a97c82384630a341 SHA512 46de5910e2786a9b0ec96989d3e11be3ed12e5600f01d6fa9291bfbfae42a66994aeca2949837b471827ae3285ec4caafb42bc19ca91146cd7ea7a355aaffd03
DIST autogen-5.18.16-gnulib-3b57ddee0acffd23cc51bc8910a15cf879f90619-lib-verify.h 11231 BLAKE2B 4f38f6ae84cf5cc4ba47d8a7da3b38b06f58e30ac8b70f2b10936cbb7a775179b67f22ca8e636588515c4ace7410f98835218e3222d4a793378cdafc4aa84d0f SHA512 b8ff80fd764a3f21040b0054e71a443e3d9ec18dd631843f2de999aa54776964b36366b35fd158dbbe5f2ece146fab12c6ff5008e18c52188b718c89972f867b
DIST autogen-5.18.16.tar.xz 1046276 BLAKE2B 23f9e0948f24ada715fb2bcbbfecba768cf51d169ea3ff4724a97b18f598d2d7fb2ffa7e23919ec8dcc0e352f9d3280f3740dab279a0af1412919cf10c6cb0bf SHA512 5f12c982dbe27873f5649a96049bf019ff183c90cc0c8a9196556b0ca02e72940cd422f6d6601f68cc7d8763b1124f2765c3b1a6335fc92ba07f84b03d2a53a1
-DIST autogen-5.18.4.tar.xz 1017936 BLAKE2B bc2b4d7143642baa923c49bfe37d60c0d3a0a3a09a9af504c5dc865f1054e4d510ca3144737c2098a75189a7335bc560ec26318689ebf6d1291969d5a081cfa2 SHA512 a02363484de5019bd90fb6f2cf52b1b9556d6cf310c62a68830d0b2408ea4870d3c262fe5d1c27e3586ed3af4a7487d7422ad117760ac2a01ef3cfcfc1f2bfb6
diff --git a/sys-devel/autogen/autogen-5.18.10.ebuild b/sys-devel/autogen/autogen-5.18.10.ebuild
deleted file mode 100644
index ddb0e9c23cc..00000000000
--- a/sys-devel/autogen/autogen-5.18.10.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Program and text file generation"
-HOMEPAGE="https://www.gnu.org/software/autogen/"
-SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="libopts static-libs"
-
-# This should be guile-1.8+, but upstream has a bug with older versions:
-# https://savannah.gnu.org/support/index.php?109051
-RDEPEND=">=dev-scheme/guile-2.0:=
- dev-libs/libxml2"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # https://savannah.gnu.org/support/index.php?109050
- sed -i \
- -e "/--cflags-only-I/s:pkg-config:$(tc-getPKG_CONFIG):" \
- configure || die
-}
-
-src_configure() {
- # suppress possibly incorrect -R flag
- export ag_cv_test_ldflags=
-
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
-
- if ! use libopts ; then
- rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
- fi
-}
diff --git a/sys-devel/autogen/autogen-5.18.12.ebuild b/sys-devel/autogen/autogen-5.18.12.ebuild
deleted file mode 100644
index eebface9f0f..00000000000
--- a/sys-devel/autogen/autogen-5.18.12.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit ltprune toolchain-funcs
-
-DESCRIPTION="Program and text file generation"
-HOMEPAGE="https://www.gnu.org/software/autogen/"
-SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="libopts static-libs"
-
-# This should be guile-1.8+, but upstream has a bug with older versions:
-# https://savannah.gnu.org/support/index.php?109051
-RDEPEND=">=dev-scheme/guile-2.0:=
- dev-libs/libxml2"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-guile-2.2.patch"
-)
-
-src_prepare() {
- default
-
- # https://savannah.gnu.org/support/index.php?109050
- sed -i \
- -e "/--cflags-only-I/s:pkg-config:$(tc-getPKG_CONFIG):" \
- configure || die
-}
-
-src_configure() {
- # suppress possibly incorrect -R flag
- export ag_cv_test_ldflags=
-
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
-
- if ! use libopts ; then
- rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
- fi
-}
diff --git a/sys-devel/autogen/autogen-5.18.4-r1.ebuild b/sys-devel/autogen/autogen-5.18.4-r1.ebuild
deleted file mode 100644
index 4e8ebe88601..00000000000
--- a/sys-devel/autogen/autogen-5.18.4-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit ltprune
-
-DESCRIPTION="Program and text file generation"
-HOMEPAGE="https://www.gnu.org/software/autogen/"
-SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="libopts static-libs"
-
-RDEPEND="
- >=dev-scheme/guile-1.8:=
- dev-libs/libxml2
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-5.18.4-tmp-log.patch #563352
- "${FILESDIR}"/${PN}-5.18.4_fix_format.test_for_dash.patch #576674
-)
-
-src_configure() {
- # suppress possibly incorrect -R flag
- export ag_cv_test_ldflags=
-
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
-
- if ! use libopts ; then
- rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
- fi
-}
diff --git a/sys-devel/autogen/autogen-5.18.4.ebuild b/sys-devel/autogen/autogen-5.18.4.ebuild
deleted file mode 100644
index df05f7d08a3..00000000000
--- a/sys-devel/autogen/autogen-5.18.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Program and text file generation"
-HOMEPAGE="https://www.gnu.org/software/autogen/"
-SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="libopts static-libs"
-
-RDEPEND=">=dev-scheme/guile-1.8
- dev-libs/libxml2"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-5.18.4-tmp-log.patch #563352
- epatch "${FILESDIR}"/${PN}-5.18.4_fix_format.test_for_dash.patch #576674
-}
-
-src_configure() {
- # suppress possibly incorrect -R flag
- export ag_cv_test_ldflags=
-
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
-
- if ! use libopts ; then
- rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
- fi
-}
next reply other threads:[~2019-12-23 22:40 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-23 22:40 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-30 14:01 [gentoo-commits] repo/gentoo:master commit in: sys-devel/autogen/ Sam James
2024-11-19 14:10 Sam James
2024-11-19 14:10 Sam James
2024-11-09 9:02 Arthur Zamarin
2024-11-08 11:57 Sam James
2024-11-08 10:59 Sam James
2024-11-08 6:31 Sam James
2024-11-08 3:54 Sam James
2024-09-30 3:02 Sam James
2024-09-12 22:04 Sam James
2024-09-11 17:45 Arthur Zamarin
2024-09-06 3:33 Sam James
2024-09-05 23:10 Jakov Smolić
2024-09-05 23:10 Jakov Smolić
2024-09-05 23:10 Jakov Smolić
2024-09-05 23:10 Jakov Smolić
2024-05-22 1:06 Sam James
2024-03-03 0:27 Andreas K. Hüttel
2024-03-03 0:21 Andreas K. Hüttel
2024-02-07 17:37 Jakov Smolić
2024-02-03 6:56 Sam James
2024-02-02 16:27 Arthur Zamarin
2024-02-02 13:34 Arthur Zamarin
2024-02-02 6:40 Sam James
2024-02-02 4:44 Sam James
2024-02-02 4:44 Sam James
2024-02-02 4:44 Sam James
2023-12-17 20:06 Arthur Zamarin
2023-12-16 20:56 Sam James
2023-12-16 20:56 Sam James
2023-12-16 11:48 Arthur Zamarin
2023-12-16 11:36 Sam James
2023-12-16 11:29 Arthur Zamarin
2023-11-09 10:24 Sam James
2022-10-18 2:18 Sam James
2022-07-30 4:41 Sam James
2022-05-04 8:16 WANG Xuerui
2021-06-20 20:56 Sergei Trofimovich
2020-12-27 18:18 Fabian Groffen
2020-12-13 16:05 Fabian Groffen
2020-03-29 8:50 Sergei Trofimovich
2020-03-29 8:50 Sergei Trofimovich
2020-01-05 13:35 Sergei Trofimovich
2019-12-30 15:30 Agostino Sarubbo
2019-12-28 17:10 Sergei Trofimovich
2019-12-28 10:17 Sergei Trofimovich
2019-12-26 18:19 Agostino Sarubbo
2019-12-25 20:50 Sergei Trofimovich
2019-12-25 20:24 Sergei Trofimovich
2019-12-24 14:51 Mikle Kolyada
2019-12-24 10:56 Agostino Sarubbo
2019-08-24 9:48 Sergei Trofimovich
2019-05-05 11:32 Mikle Kolyada
2019-04-13 7:38 Sergei Trofimovich
2019-02-07 16:58 Mikle Kolyada
2019-02-07 16:58 Mikle Kolyada
2019-02-07 16:58 Mikle Kolyada
2019-01-31 18:04 Tobias Klausmann
2019-01-29 11:45 Mikle Kolyada
2019-01-24 22:15 Mikle Kolyada
2019-01-24 22:13 Sergei Trofimovich
2019-01-24 21:46 Sergei Trofimovich
2019-01-24 21:45 Sergei Trofimovich
2019-01-24 21:43 Sergei Trofimovich
2019-01-23 22:35 Mart Raudsepp
2018-11-21 22:34 Sergei Trofimovich
2018-05-12 11:07 Mart Raudsepp
2018-04-24 9:20 Anthony G. Basile
2018-02-13 7:54 Sergei Trofimovich
2017-12-03 18:45 Sergei Trofimovich
2017-11-05 10:53 Sergei Trofimovich
2017-10-17 19:05 Markus Meier
2017-10-14 13:33 Jeroen Roovers
2017-10-13 14:31 Thomas Deutschmann
2017-10-11 18:05 Manuel Rüger
2017-10-06 22:58 Sergei Trofimovich
2017-10-06 22:01 Sergei Trofimovich
2017-10-04 10:20 Andreas Hüttel
2016-09-01 6:41 Tim Harder
2016-08-10 4:43 Mike Frysinger
2016-05-25 19:31 Mike Frysinger
2016-05-02 4:02 Matt Turner
2016-03-05 15:52 Mikle Kolyada
2016-02-21 18:57 Markus Meier
2016-02-21 7:57 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1577140673.4801839742e20785630c9e8b3985b2bdb2c887c5.slyfox@gentoo \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox