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: Sun, 13 Dec 2015 13:29:31 +0000 (UTC) [thread overview]
Message-ID: <1450013754.e67fc1a97b9b0f47d90a4a1dee1ad0495878ced7.blueness@gentoo> (raw)
commit: e67fc1a97b9b0f47d90a4a1dee1ad0495878ced7
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 13:35:54 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 13:35:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67fc1a9
sys-apps/agedu: version bump to 20151213
Package-Manager: portage-2.2.24
sys-apps/agedu/Manifest | 1 +
sys-apps/agedu/agedu-20151213.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/sys-apps/agedu/Manifest b/sys-apps/agedu/Manifest
index e904d14..200e7ef 100644
--- a/sys-apps/agedu/Manifest
+++ b/sys-apps/agedu/Manifest
@@ -1,3 +1,4 @@
DIST agedu-20141024.r10297.tar.gz 164175 SHA256 2760df3b2e37ec0a472a1630fcd53f61443e76ddb7daabb907ada77d3a580ce0 SHA512 1fe2344b5542f9c2b316ef294e25364590384723c0d56f1fcf1d1518d18dcb34daa1ba35bc23be5cb0723e0d2e278e05d21852e075bc656b6df51d94b8c3a08d WHIRLPOOL 0f59bd5f7d652f429788677fed2cf6e223223a227533434719be6aab5638b2d082989274656b2ef41adc754884fe7aa2f89447114e2dd17e51dbd8fb2ceb0597
DIST agedu-20150422.3922.tar.gz 164771 SHA256 4314c8f991bb6a9bf8d0792737be4f51141a87627ad867f515e07d8b7f0922eb SHA512 77833c369e4647b00eebe671152345b2a4adc01b40fe1f51f1d8f9e1258b11b55dc3441997aa135ecfe5f36598afbb6566108caa1178a94f5a34d9b7904f14f4 WHIRLPOOL 7b84a775bd4af3c3b59039af880bcdb0363ffbf4f40e49396659d21ba5bab14865bae84c1b1890341a34ed1bf48c7a5d383053ec904ccf9e67e39c485c03f625
DIST agedu-20151118.3695748.tar.gz 164743 SHA256 7b4a74302ece8406ef1748c72415772b529fb65ca3565de3d3cd876915196567 SHA512 244f9a7d4815104195affa532b116c0b5563b46d1ba608b8743f3eed5f12a18289c79d9906a8ecb3cc6d7f13efbde3ea43740d980134a80a525e8fe9b946d0ab WHIRLPOOL bd4dd72b7a115768ade0fae3e467b62f12633fb3b0ea0fb85c08b5ec25c268d1d34ad045c0ffd27b81fee8948f735a77c0b867bca9feec135f484fbcc76b7cfe
+DIST agedu-20151213.59b0ed3.tar.gz 164928 SHA256 c24eaa0b0e9f9c3474fa6a4aad7baff3b557a82e7b72276b2a557e37afafb612 SHA512 757e19397b6e26e6542b21b8f7cfafd29ef263e6892ff0d76ee52ac40b4af8b88c5af3be46340619358866537d97a31a36dd473cd6d660a7e41d6dfb58428a41 WHIRLPOOL 2c20ef719326187e4d3d6d91606e908a05683033c357d7880d22528ced599b1abbca8a9d320741b6e4fc64c4335aec3727192b7e3d60c753249a73c7ac0674a9
diff --git a/sys-apps/agedu/agedu-20151213.ebuild b/sys-apps/agedu/agedu-20151213.ebuild
new file mode 100644
index 0000000..d0e4f54
--- /dev/null
+++ b/sys-apps/agedu/agedu-20151213.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+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}"-20151213.59b0ed3
+
+DESCRIPTION="A utility for tracking down wasted disk space"
+HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/agedu/"
+SRC_URI="http://www.chiark.greenend.org.uk/~sgtatham/${PN}/${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 )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ epatch "${FILESDIR}/${PN}-r9671-fix-automagic.patch"
+ eautoreconf
+}
+
+src_configure() {
+ econf --enable-ipv4 \
+ $(use_enable doc halibut) \
+ $(use_enable ipv6)
+}
next reply other threads:[~2015-12-13 13:29 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-13 13:29 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-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-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=1450013754.e67fc1a97b9b0f47d90a4a1dee1ad0495878ced7.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