From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C089138330 for ; Thu, 8 Sep 2016 02:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9509521C13A; Thu, 8 Sep 2016 02:26:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3049B21C13A for ; Thu, 8 Sep 2016 02:26:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 738E233BF08 for ; Thu, 8 Sep 2016 02:26:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94A9A247B for ; Thu, 8 Sep 2016 02:26:54 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1473301598.4a49d47968ff2fc2d86459d5fd9b4c92dce04c45.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/agedu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/agedu/Manifest sys-apps/agedu/agedu-20160906.ebuild X-VCS-Directories: sys-apps/agedu/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 4a49d47968ff2fc2d86459d5fd9b4c92dce04c45 X-VCS-Branch: master Date: Thu, 8 Sep 2016 02:26:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 799721b2-69b2-47ed-a07c-2b657e52f50c X-Archives-Hash: c0d352337823496c31bac18de41ef542 commit: 4a49d47968ff2fc2d86459d5fd9b4c92dce04c45 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Sep 8 02:26:38 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Sep 8 02:26:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a49d479 sys-apps/agedu: version bump to 20160906 Package-Manager: portage-2.2.28 sys-apps/agedu/Manifest | 1 + sys-apps/agedu/agedu-20160906.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/sys-apps/agedu/Manifest b/sys-apps/agedu/Manifest index 489ff38..bbbc15a 100644 --- a/sys-apps/agedu/Manifest +++ b/sys-apps/agedu/Manifest @@ -1 +1,2 @@ DIST agedu-20151213.59b0ed3.tar.gz 164928 SHA256 c24eaa0b0e9f9c3474fa6a4aad7baff3b557a82e7b72276b2a557e37afafb612 SHA512 757e19397b6e26e6542b21b8f7cfafd29ef263e6892ff0d76ee52ac40b4af8b88c5af3be46340619358866537d97a31a36dd473cd6d660a7e41d6dfb58428a41 WHIRLPOOL 2c20ef719326187e4d3d6d91606e908a05683033c357d7880d22528ced599b1abbca8a9d320741b6e4fc64c4335aec3727192b7e3d60c753249a73c7ac0674a9 +DIST agedu-20160906.853cea9.tar.gz 166835 SHA256 da0ebafbac9075e2a4aa81ae70387aceea591a58fa499699d58b30c5b8c46dac SHA512 a5b0b7c5ba4acb2b60def43ab661ef25f0fa5622a080e132b80c918a6800f0c12b9cf2688b604693559fcd8a0e6c50c8bdff6142b8be11d06ac0c1743936fbf1 WHIRLPOOL b473291d7fc5790226b2830d6620c435c4ecbbb3ee406fb8f33f47891a7b518d335bb0dafb00153117b5fd97016ea4ecface5fec3d796404d9744bc5738767db diff --git a/sys-apps/agedu/agedu-20160906.ebuild b/sys-apps/agedu/agedu-20160906.ebuild new file mode 100644 index 00000000..e0aa937 --- /dev/null +++ b/sys-apps/agedu/agedu-20160906.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}"-20160906.853cea9 + +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" + eapply_user + eautoreconf +} + +src_configure() { + econf --enable-ipv4 \ + $(use_enable doc halibut) \ + $(use_enable ipv6) +}