From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/agedu/
Date: Tue, 22 May 2018 07:42:45 +0000 (UTC) [thread overview]
Message-ID: <1526974876.4097789c484f59c78cbfea7e9b296758f12111b4.blueness@gentoo> (raw)
commit: 4097789c484f59c78cbfea7e9b296758f12111b4
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue May 22 07:41:16 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue May 22 07:41:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4097789c
sys-apps/agedu: version bump to 20180522
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sys-apps/agedu/Manifest | 1 +
sys-apps/agedu/agedu-20180522.ebuild | 37 ++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/sys-apps/agedu/Manifest b/sys-apps/agedu/Manifest
index 806e408a6fc..6818d7d27b4 100644
--- a/sys-apps/agedu/Manifest
+++ b/sys-apps/agedu/Manifest
@@ -2,3 +2,4 @@ DIST agedu-20170831.fc6b2b5.tar.gz 175900 BLAKE2B f7ace0209afe6c40a54d4f576fd7c2
DIST agedu-20171202.8a8299e.tar.gz 175917 BLAKE2B 9789a901ce2aabd5aff31423d704165f5d2e5a21c6b8d316eb3c97365a51559df1d7c4dc071f329fadb12b4ca748ea4c9d3a697e5b0bd93c7a0b23c5b08af3b8 SHA512 be0f37d0ec94241462095e1503bc94ea3ba1bc1bc8a9b5a8d853cbb96ea09cf267a121fb8c8479c7b5670947b1e5d61d0f93b0ff10337fad9c7ee000765da380
DIST agedu-20180302.9421c00.tar.gz 176129 BLAKE2B caa30fbb09c7e6f06b0a1832e6206b9400d0ded63866275ecdd3918133f1464db167e046edb5d516a4128a2dcfd9a07692835a88da0b640b4a52500e199e7aca SHA512 ebcb7413fba41341dda00fe8138c37890d5ca3a577060de479c1d1f5ed134ae40228562d24ae58aa496d4a25f59eace28670bfbd7cf033c935776f9592f0148a
DIST agedu-20180329.af641e6.tar.gz 178860 BLAKE2B a3b17bb708edb530ad56644314969b069577b6663cb3f6ccdc72345ac666c18f80b1eae14c5146be46c9f9692d820104111ccca586e3d5a564bb34a4938aff6a SHA512 66fcaf1f4ee6a66fa68cce88f5a5edbfbc919978513370821de4e01f0fdb499beb7642333b459adb705934dcba2f4a14a8c28edc1045a8fd1b42a4a317061707
+DIST agedu-20180522.5b12791.tar.gz 178887 BLAKE2B f9c669d9b5e24bc40f59274626939713632bd16a4a3a6804665f35844603e88524a800da1dea6b311957284348014a87e9b513e934f178dbd07abea42b73095b SHA512 89774e3cd0cce8a1a9c8d6415076a7b8b8109642bbb58a126707a651ab3da348886a4cb15fa975502a6bf4fdddb78aff16e5a7059c7ede89017e0c7a3cbf9618
diff --git a/sys-apps/agedu/agedu-20180522.ebuild b/sys-apps/agedu/agedu-20180522.ebuild
new file mode 100644
index 00000000000..bf79051e2ba
--- /dev/null
+++ b/sys-apps/agedu/agedu-20180522.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils
+
+# agedu-20151213.59b0ed3.ebuild is not a legitimate name
+# so we'll drop versionator and just set MY_P manually.
+MY_P="${PN}"-20180522.5b12791
+
+DESCRIPTION="A utility for tracking down wasted disk space"
+HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/agedu/"
+SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/agedu/${MY_P}.tar.gz -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc ipv6"
+
+DEPEND="doc? ( app-doc/halibut )"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-r9671-fix-automagic.patch"
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf --enable-ipv4 \
+ $(use_enable doc halibut) \
+ $(use_enable ipv6)
+}
next reply other threads:[~2018-05-22 7:42 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-22 7:42 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-08-06 14:35 [gentoo-commits] repo/gentoo:master commit in: sys-apps/agedu/ Anthony G. Basile
2020-08-06 14:35 Anthony G. Basile
2020-06-17 15:55 Anthony G. Basile
2020-03-05 14:49 Anthony G. Basile
2020-03-05 14:49 Anthony G. Basile
2019-07-02 17:41 Anthony G. Basile
2018-05-22 7:42 Anthony G. Basile
2018-04-02 22:18 Anthony G. Basile
2018-03-19 12:42 Anthony G. Basile
2017-12-05 13:02 Anthony G. Basile
2017-12-05 0:39 Anthony G. Basile
2017-11-19 22:56 Jeroen Roovers
2017-09-01 9:11 Anthony G. Basile
2017-08-22 21:31 Michał Górny
2016-09-21 9:07 Anthony G. Basile
2016-09-08 2:26 Anthony G. Basile
2015-12-13 13:29 Anthony G. Basile
2015-12-13 13:29 Anthony G. Basile
2015-11-18 7:27 Anthony G. Basile
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=1526974876.4097789c484f59c78cbfea7e9b296758f12111b4.blueness@gentoo \
--to=blueness@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