From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf-archive/
Date: Tue, 29 Sep 2015 08:00:37 +0000 (UTC) [thread overview]
Message-ID: <1443513633.d231cf841ccaabbc8189bbe3641a41733cd54fc4.polynomial-c@gentoo> (raw)
commit: d231cf841ccaabbc8189bbe3641a41733cd54fc4
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 08:00:10 2015 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 08:00:33 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d231cf84
sys-devel/autoconf-archive: Bump to version 2015.09.25
Package-Manager: portage-2.2.22
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-devel/autoconf-archive/Manifest | 1 +
.../autoconf-archive-2015.09.25.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/sys-devel/autoconf-archive/Manifest b/sys-devel/autoconf-archive/Manifest
index f35ae44..4b4c078 100644
--- a/sys-devel/autoconf-archive/Manifest
+++ b/sys-devel/autoconf-archive/Manifest
@@ -4,3 +4,4 @@ DIST autoconf-archive-2013.11.01.tar.xz 540316 SHA256 78ab75310cfacc5d71b4dacbce
DIST autoconf-archive-2014.02.28.tar.xz 550416 SHA256 f4b22a73654f98bf70201bee6913418426d0b2836bf833719ca38b8b19fe503b SHA512 196e4d41a2e3f5c4af1386388bfdeef904fb433f82920a6baf73cb8f938efe8d11b73ff96d34afab2c795458327bb4c6b2c35fa127312a8b64c10f8ab102c99b WHIRLPOOL 20e69ac1de4c847341e2a443050b588c5504e6b3b44453512deee0ce09a110da0b26913aed31422c6180e3222e54b75241aa801f22b3067364118fef7d7c6057
DIST autoconf-archive-2015.02.04.tar.xz 575956 SHA256 dfd460d23a9690322dee29a355ea285b5774f37383d3741cf77a4ad6a11a7e81 SHA512 54382adcf55b9dd126de6727c034cae7c72c8217c9979d3b889705c3bfe41ec8329621dea5ff592ebf7e530775ce96faf47baffe36e8fedf9cd78c8dc423932e WHIRLPOOL 82298941615179234da8f1ab360ddb890d32ef54e983dd90965f766b0d89d6322867f5bff06954e4cc67c7d59819284350e4f8cfc85c44a7fd4d4b015bb383f2
DIST autoconf-archive-2015.02.24.tar.xz 578536 SHA256 69715bdd078f552ca85e498a94543e11cb8bcdf0359e659b84d84d19372b0dc5 SHA512 111cb9ba8abac766dd9dc7d96cd3a4a3f845430a3f3365712765eb61adc00f3d278ae0ddbda950a08c2a34091023a2d889896f716b0379d7f328eae35a246e17 WHIRLPOOL c8dcd24520da545a4e1a909f83d8d0a41491eac723714437e486e5fa8e335f097e751990f5513e67cc7bd6e8f328b2ef5faeb22407c5b8daec089e3a9255c7d5
+DIST autoconf-archive-2015.09.25.tar.xz 597216 SHA256 7c0467a5dbd2340153bca5a477bd92fbc951d9ee3cbed92f16f6bf08ac0c350a SHA512 9bbcc2d73229b2fc76302bb1430303c6115a39249f1ad034c4cf0530c4c8dc0934a75d5d95c20a2ea3bed7a46554a14202c60a034d1f2f0f2eb1c46e4095a606 WHIRLPOOL 2c2a4fd39cf5f1557b5faeada009cea59782002c696f175551515432fbf10db3f305c935e01f092bf2298547bc76819a253f76459c893ae687046fb324953337
diff --git a/sys-devel/autoconf-archive/autoconf-archive-2015.09.25.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2015.09.25.ebuild
new file mode 100644
index 0000000..47f52c6
--- /dev/null
+++ b/sys-devel/autoconf-archive/autoconf-archive-2015.09.25.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="GNU Autoconf Macro Archive"
+HOMEPAGE="https://www.gnu.org/software/autoconf-archive/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+#file collisions, bug #540246
+RDEPEND="!=gnome-base/gnome-common-3.14.0
+ !>=gnome-base/gnome-common-3.14.0-r1[-autoconf-archive(+)]"
+DEPEND=""
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_install() {
+ default
+ rm -r "${ED}/usr/share/${PN}" || die
+}
next reply other threads:[~2015-09-29 8:00 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-29 8:00 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-28 4:04 [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf-archive/ Sam James
2023-03-19 1:31 Sam James
2023-02-20 23:34 Sam James
2022-10-28 20:27 Sam James
2022-09-03 19:43 Sam James
2022-07-28 12:00 Sam James
2022-06-13 7:07 Agostino Sarubbo
2022-02-13 3:39 Sam James
2021-05-13 20:25 David Seifert
2021-05-13 16:18 Sam James
2021-05-13 11:44 David Seifert
2021-02-21 2:17 Thomas Deutschmann
2021-02-21 2:17 Thomas Deutschmann
2021-01-06 15:32 Fabian Groffen
2020-12-27 18:18 Fabian Groffen
2020-08-17 12:23 Thomas Deutschmann
2020-08-17 11:54 Thomas Deutschmann
2019-05-05 18:57 Mikle Kolyada
2019-01-07 17:56 Lars Wendler
2019-01-07 17:56 Lars Wendler
2018-12-27 18:48 Fabian Groffen
2018-12-24 9:14 Fabian Groffen
2018-06-09 17:02 Thomas Deutschmann
2018-03-18 16:47 Mikle Kolyada
2018-03-18 14:52 Thomas Deutschmann
2018-03-17 21:41 Lars Wendler
2018-03-17 21:41 Lars Wendler
2018-03-17 21:41 Lars Wendler
2018-03-17 21:38 Lars Wendler
2018-02-18 0:03 Patrice Clement
2017-11-29 5:56 Markus Meier
2017-10-31 18:44 Thomas Deutschmann
2017-10-22 21:42 Tobias Klausmann
2017-10-21 17:15 Sergei Trofimovich
2017-10-15 22:55 Sergei Trofimovich
2017-10-15 22:18 Manuel Rüger
2017-10-15 21:43 Thomas Deutschmann
2017-10-15 19:54 Sergei Trofimovich
2017-10-15 18:25 Sergei Trofimovich
2017-10-01 22:49 Thomas Deutschmann
2017-03-28 10:55 Lars Wendler
2017-03-28 10:55 Lars Wendler
2017-03-21 15:46 Michael Haubenwallner
2016-11-25 23:58 Mike Frysinger
2016-09-26 12:36 Agostino Sarubbo
2016-09-22 14:20 Lars Wendler
2016-09-04 10:21 Tobias Klausmann
2016-08-07 7:25 Pacho Ramos
2016-08-06 11:09 Markus Meier
2016-03-20 14:04 David Seifert
2015-12-19 23:29 Mike Frysinger
2015-12-19 23:29 Mike Frysinger
2015-09-24 7:59 Agostino Sarubbo
2015-09-20 6:11 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=1443513633.d231cf841ccaabbc8189bbe3641a41733cd54fc4.polynomial-c@gentoo \
--to=polynomial-c@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