commit:     c6a206cd117c2d09bd4973fbde943e71760bc011
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 01:57:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 01:57:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a206cd

sys-apps/agedu: drop 20200617, 20200705

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/agedu/Manifest                            |  2 -
 sys-apps/agedu/agedu-20200617.ebuild               | 37 -------------------
 sys-apps/agedu/agedu-20200705.ebuild               | 37 -------------------
 .../agedu/files/agedu-r9671-fix-automagic.patch    | 43 ----------------------
 4 files changed, 119 deletions(-)

diff --git a/sys-apps/agedu/Manifest b/sys-apps/agedu/Manifest
index d00a5d6db3c9..496a891cb4aa 100644
--- a/sys-apps/agedu/Manifest
+++ b/sys-apps/agedu/Manifest
@@ -1,3 +1 @@
-DIST agedu-20200617.cec3021.tar.gz 181804 BLAKE2B 
19acc1ac37d09f45227e08b92483c1a0be7d9faaf4b2bf65479ca99a0294305788e88d6494508ac742a4396c4a22352d927c125ed7437fe29cb71890dbb2217b
 SHA512 
d7a913a867817a0457c8ec3644a6986ed3632721df1040de1db96c04e85f9e59c4aba632dc1f3f3666496435b6be3f68335a2ec3e50440c844ebd4ab81b2682a
-DIST agedu-20200705.2a7d4a2.tar.gz 181809 BLAKE2B 
2802b223979b2f15efd14b6f1f445b9ca00312068ade3c26a057d54a65d5074fdcdee043c9673a59e4e6cc222deba7c817ee078a0a742f09ec1087ec921414bd
 SHA512 
a65f90990706493fc2a080dc313706107ab603f461dcd63531f9afbc1efe785747947f2222559ab2b0b354453a7d9242025c7b96df7f4cac608b8422855c55d6
 DIST agedu-20211129.tar.gz 92346 BLAKE2B 
8e865ba5dbccd22aff82da715b7fd606c915e7fd98f34a6b01dec7be5f98d3a8995667417137eb67540ff561b5e932ee7a95e0346325cea2a8e14055b75fb2a8
 SHA512 
6291b80db953b8b6ef61aa557636fe11c556acc67b3005a32b8a335afe7aff1a4c7935aa766a19d28c549857ac02bf2707febd850bcc60befca79609ffc5b9f3

diff --git a/sys-apps/agedu/agedu-20200617.ebuild 
b/sys-apps/agedu/agedu-20200617.ebuild
deleted file mode 100644
index 1521d19f0309..000000000000
--- a/sys-apps/agedu/agedu-20200617.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-# agedu-20151213.59b0ed3.ebuild is not a legitimate name
-# so we'll drop versionator and just set MY_P manually.
-MY_P="${PN}"-20200617.cec3021
-
-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-text/halibut )"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-r9671-fix-automagic.patch"
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf --enable-ipv4 \
-               $(use_enable doc halibut) \
-               $(use_enable ipv6)
-}

diff --git a/sys-apps/agedu/agedu-20200705.ebuild 
b/sys-apps/agedu/agedu-20200705.ebuild
deleted file mode 100644
index e044de694b53..000000000000
--- a/sys-apps/agedu/agedu-20200705.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-# agedu-20151213.59b0ed3.ebuild is not a legitimate name
-# so we'll drop versionator and just set MY_P manually.
-MY_P="${PN}"-20200705.2a7d4a2
-
-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-text/halibut )"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-r9671-fix-automagic.patch"
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf --enable-ipv4 \
-               $(use_enable doc halibut) \
-               $(use_enable ipv6)
-}

diff --git a/sys-apps/agedu/files/agedu-r9671-fix-automagic.patch 
b/sys-apps/agedu/files/agedu-r9671-fix-automagic.patch
deleted file mode 100644
index 0ea79d1a170a..000000000000
--- a/sys-apps/agedu/files/agedu-r9671-fix-automagic.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -10,8 +10,6 @@
- AC_PROG_CC
- AC_PROG_CC_C99
- AC_PROG_INSTALL
--AC_CHECK_PROG([HALIBUT],[halibut],[yes],[no])
--AM_CONDITIONAL([HAVE_HALIBUT],[test "x$HALIBUT" = "xyes"])
- 
- # Checks for libraries.
- 
-@@ -43,13 +41,28 @@
- 
- AC_CHECK_FUNCS([ftruncate fdopendir lstat64 stat64 memchr munmap select 
socket strcasecmp strchr strcspn strerror strrchr strspn strtoul strtoull 
connect inet_ntoa inet_addr gethostbyname getaddrinfo])
- 
-+AC_ARG_ENABLE([halibut],
-+              AS_HELP_STRING([--disable-halibut],
-+                             [disable documentation with halibut (default 
off)]),
-+              [halibut=$enableval],[halibut=no])
-+
-+if test "$halibut" = "no"; then
-+  AM_CONDITIONAL([HAVE_HALIBUT],[false])
-+else
-+  AC_CHECK_PROG([have_halibut],[halibut],[yes],[no])
-+  if test "$have_halibut" = "no"; then
-+    AC_MSG_ERROR([halibut configured but not found])
-+  fi
-+  AM_CONDITIONAL([HAVE_HALIBUT],[true])
-+fi
-+
- AC_ARG_ENABLE([ipv6],
-               AS_HELP_STRING([--disable-ipv6],
--                             [disable IPv6 in the built-in web server]),
--              [ipv6=$enableval],[ipv6=$ac_cv_func_getaddrinfo])
-+                             [disable IPv6 in the built-in web server 
(default off)]),
-+              [ipv6=$enableval],[ipv6=no])
- AC_ARG_ENABLE([ipv4],
-               AS_HELP_STRING([--disable-ipv4],
--                             [disable IPv4 in the built-in web server]),
-+                             [disable IPv4 in the built-in web server 
(default on)]),
-               [ipv4=$enableval],[ipv4=yes])
- if test "$ipv6" = "no"; then
-   AC_DEFINE([NO_IPV6], [1], [define if IPv6 is disabled at configure time])

Reply via email to