From 70d3f6e4420b5631b92f8e6dfb919bbe60a13f97 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 27 Jan 2019 11:57:54 +0100 Subject: [PATCH] dev-libs/cdk: Drop old Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos --- dev-libs/cdk/Manifest | 3 -- dev-libs/cdk/cdk-5.0.20131107.ebuild | 48 ---------------------------- dev-libs/cdk/cdk-5.0.20141106.ebuild | 48 ---------------------------- dev-libs/cdk/cdk-5.0.20150928.ebuild | 46 -------------------------- 4 files changed, 145 deletions(-) delete mode 100644 dev-libs/cdk/cdk-5.0.20131107.ebuild delete mode 100644 dev-libs/cdk/cdk-5.0.20141106.ebuild delete mode 100644 dev-libs/cdk/cdk-5.0.20150928.ebuild diff --git a/dev-libs/cdk/Manifest b/dev-libs/cdk/Manifest index 189dfe781f3f..fc6e4d0e6ef9 100644 --- a/dev-libs/cdk/Manifest +++ b/dev-libs/cdk/Manifest @@ -1,4 +1 @@ -DIST cdk-5.0-20131107.tgz 495455 BLAKE2B 949891d3a8d895b6bb59e3d54384cb602268c7d9825e9399dbc800cb481a77a1afe1a76f90353d61617af6b19dc913c11661354e45e38ccd37476561639070f0 SHA512 93e0c78bfd12fb9c554b9b6996b9c93542201afb67ddd63ecea7330171ca079da73d81b3f3b2f27a28ecd3527ed6c7333203a9438ecd196a66d3bad78233f439 -DIST cdk-5.0-20141106.tgz 509310 BLAKE2B 456b02a914622a8947c955b589706377a96ccaaa82c522514e74d4dc6ba6e9250fd5faa0114404b7ad4a370decfb39d8d19e4a50ba3c716706e2a0adbf61ede4 SHA512 8a92363c8036acb61fe8dcfcf3690653f2573407123b8c684c0bf165d5b99b6a4c7e8bcded8773304ebc13108e90ae3488f0e74ed026f3bc69f6a5b007e651e4 -DIST cdk-5.0-20150928.tgz 515214 BLAKE2B d06eb2b43b6c035b05f93d599d2a7fa960670ea34d7e3b66d294678c7caff30461becac5f1ee093b11a792b8e21ebf39b015551ab0f72012f4ad10c5d8343da9 SHA512 5774e28d91edd477854e30eb456b7725987e82ec27f5cf055c1d1e46581e11d2958bafbac408124f274bf7454be68476d18643a265df7c74b8f43eb1895bf19d DIST cdk-5.0-20160131.tgz 516298 BLAKE2B 5e899afea1f034a48e46fef073303d0069e14310194342094392da517fa47793a1ac3ac33774369842daa1966dc9a4ad7404046874bc9cae24ceaa98a3dd7c47 SHA512 f8f7fc5fec3c040cdbfc2a0d886e9d9d9d231e56ed69adae0b91e03243b5edd550c5435f973a93d4cf7ab723bd27b55712af75162c4bfd3ae28b3c16cd68f755 diff --git a/dev-libs/cdk/cdk-5.0.20131107.ebuild b/dev-libs/cdk/cdk-5.0.20131107.ebuild deleted file mode 100644 index 5c675054db0f..000000000000 --- a/dev-libs/cdk/cdk-5.0.20131107.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils versionator - -MY_P="${PN}-$(replace_version_separator 2 -)" -DESCRIPTION="A library of curses widgets" -HOMEPAGE="http://dickey.his.com/cdk/cdk.html" -SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz" - -LICENSE="BSD" -SLOT="0/5" # subslot = soname version -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="examples static-libs unicode" - -DEPEND=">=sys-libs/ncurses-5.2[unicode?]" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-5.0.20120323-parallel-make.patch -} - -src_configure() { - econf \ - --with-libtool \ - --with-shared \ - --with-ncurses$(usex unicode "w" "") -} - -src_install() { - # parallel make installs duplicate libs - emake -j1 \ - DESTDIR="${ED}" \ - DOCUMENT_DIR="${ED}/usr/share/doc/${PF}" install - - if use examples ; then - for x in include c++ demos examples cli cli/utils cli/samples; do - docinto $x - find $x -maxdepth 1 -mindepth 1 -type f -print0 | xargs -0 dodoc - done - fi - - use static-libs || find "${ED}" \( -name '*.a' -or -name '*.la' \) -delete -} diff --git a/dev-libs/cdk/cdk-5.0.20141106.ebuild b/dev-libs/cdk/cdk-5.0.20141106.ebuild deleted file mode 100644 index b1cc6ecfcfda..000000000000 --- a/dev-libs/cdk/cdk-5.0.20141106.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils versionator - -MY_P="${PN}-$(replace_version_separator 2 -)" -DESCRIPTION="A library of curses widgets" -HOMEPAGE="http://dickey.his.com/cdk/cdk.html" -SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz" - -LICENSE="BSD" -SLOT="0/6" # subslot = soname version -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="examples static-libs unicode" - -DEPEND=">=sys-libs/ncurses-5.2[unicode?]" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-5.0.20120323-parallel-make.patch -} - -src_configure() { - econf \ - --with-libtool \ - --with-shared \ - --with-ncurses$(usex unicode "w" "") -} - -src_install() { - # parallel make installs duplicate libs - emake -j1 \ - DESTDIR="${ED}" \ - DOCUMENT_DIR="${ED}/usr/share/doc/${PF}" install - - if use examples ; then - for x in include c++ demos examples cli cli/utils cli/samples; do - docinto $x - find $x -maxdepth 1 -mindepth 1 -type f -print0 | xargs -0 dodoc - done - fi - - use static-libs || find "${ED}" \( -name '*.a' -or -name '*.la' \) -delete -} diff --git a/dev-libs/cdk/cdk-5.0.20150928.ebuild b/dev-libs/cdk/cdk-5.0.20150928.ebuild deleted file mode 100644 index 4b8a3c2fb2ab..000000000000 --- a/dev-libs/cdk/cdk-5.0.20150928.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator - -MY_P="${PN}-$(replace_version_separator 2 -)" -DESCRIPTION="A library of curses widgets" -HOMEPAGE="http://dickey.his.com/cdk/cdk.html" -SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz" - -LICENSE="BSD" -SLOT="0/6" # subslot = soname version -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="examples static-libs unicode" - -DEPEND=">=sys-libs/ncurses-5.2:0=[unicode?]" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -PATCHES=( "${FILESDIR}"/${PN}-5.0.20120323-parallel-make.patch ) - -src_configure() { - econf \ - --with-libtool \ - --with-shared \ - --with-ncurses$(usex unicode "w" "") -} - -src_install() { - # parallel make installs duplicate libs - emake -j1 \ - DESTDIR="${ED}" \ - DOCUMENT_DIR="${ED}/usr/share/doc/${PF}" install - - if use examples ; then - for x in include c++ demos examples cli cli/utils cli/samples; do - docinto $x - find $x -maxdepth 1 -mindepth 1 -type f -print0 | xargs -0 dodoc - done - fi - - use static-libs || find "${ED}" \( -name '*.a' -or -name '*.la' \) -delete -} -- 2.26.2