public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Thu, 22 Sep 2016 14:20:18 +0000 (UTC)	[thread overview]
Message-ID: <1474554015.31da02b2430c91850ee07e8dc1e027b4807660d5.polynomial-c@gentoo> (raw)

commit:     31da02b2430c91850ee07e8dc1e027b4807660d5
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 14:20:02 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 14:20:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31da02b2

sys-devel/autoconf-archive: Bump to version 2016.09.16

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-devel/autoconf-archive/Manifest                |  1 +
 .../autoconf-archive-2016.09.16.ebuild             | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/sys-devel/autoconf-archive/Manifest b/sys-devel/autoconf-archive/Manifest
index 6049dba..9aefd93 100644
--- a/sys-devel/autoconf-archive/Manifest
+++ b/sys-devel/autoconf-archive/Manifest
@@ -2,3 +2,4 @@ DIST autoconf-archive-2015.02.04.tar.xz 575956 SHA256 dfd460d23a9690322dee29a355
 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
 DIST autoconf-archive-2016.03.20.tar.xz 613612 SHA256 88fb2efff640eddd28a52ae550ff5561bca3bd2bba09e1d7b0580e719875e437 SHA512 194d639d82a3377cdaf843c4a49d3ce3843ea37499b169124ddd2fca1800c0a559e27087a062109482b22f68b30f25ebb6da4b769eb6174d6e781162c83703b3 WHIRLPOOL 4121ea032bb0708d3d231cb5f11d539b68fe9533fbea8a30ef4a32446c2f9c2b11404c8160a528b1cbc642054830bc4ba6cfc0bc8d277adafbf1975c3a6dd2f3
+DIST autoconf-archive-2016.09.16.tar.xz 624536 SHA256 e8f2efd235f842bad2f6938bf4a72240a5e5fcd248e8444335e63beb60fabd82 SHA512 968fe6c274cfa804526b571c5c9e83e882103c8bfe52741c421bad0f216dd80c0de959db33b8e26d75ca11096b9f36f7d00468d7a6de400920b9a2eacfb91495 WHIRLPOOL 3d0e5fe15080f7fc75c84b17a76947b9e63613ab4a2bcdbf84da29d80e8cbf1e30e0f0b0b8060b4c03c1bde287caeaae1ffc19e49cda20891985c9b4e2cb1f2d

diff --git a/sys-devel/autoconf-archive/autoconf-archive-2016.09.16.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2016.09.16.ebuild
new file mode 100644
index 00000000..42e8ab2
--- /dev/null
+++ b/sys-devel/autoconf-archive/autoconf-archive-2016.09.16.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+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. #540246
+RDEPEND="!=gnome-base/gnome-common-3.14.0
+	!>=gnome-base/gnome-common-3.14.0-r1[-autoconf-archive(+)]"
+DEPEND=""
+
+src_install() {
+	default
+	rm -r "${ED}/usr/share/${PN}" || die
+}


             reply	other threads:[~2016-09-22 14:20 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-22 14:20 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-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-29  8:00 Lars Wendler
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=1474554015.31da02b2430c91850ee07e8dc1e027b4807660d5.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