commit: a31e1d58a0c6b017f7f38b66a7d6ff976c897c93 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 8 19:42:43 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Mar 8 19:42:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31e1d58
dev-libs/cgilib: drop 0.7-r1, EAPI=7-- Closes: https://bugs.gentoo.org/948938 (obsolete) Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-libs/cgilib/cgilib-0.7-r1.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/dev-libs/cgilib/cgilib-0.7-r1.ebuild b/dev-libs/cgilib/cgilib-0.7-r1.ebuild deleted file mode 100644 index 80eb604fae8c..000000000000 --- a/dev-libs/cgilib/cgilib-0.7-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="A simple and lightweight interface to the CGI for C and C++ programs" -HOMEPAGE="https://www.infodrom.org/projects/cgilib/" -SRC_URI="https://www.infodrom.org/projects/cgilib/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 ~s390 sparc x86" -IUSE="static-libs" - -DOCS=( AUTHORS ChangeLog README cookies.txt ) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -}
