diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-02-03 18:24:54 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-02-03 18:24:54 +0000 |
commit | a8e1684c5b0502fd58fa7da0b69375bb78d05449 (patch) | |
tree | ca6beb63adbe7c313715363d81a4ce77c2ae3f87 /dev-libs | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-a8e1684c5b0502fd58fa7da0b69375bb78d05449.tar.gz gentoo-2-a8e1684c5b0502fd58fa7da0b69375bb78d05449.tar.bz2 gentoo-2-a8e1684c5b0502fd58fa7da0b69375bb78d05449.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/cdk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/cdk/cdk-5.0.20090215.ebuild | 50 | ||||
-rw-r--r-- | dev-libs/cdk/cdk-5.0.20120323.ebuild | 50 | ||||
-rw-r--r-- | dev-libs/cdk/cdk-5.0.20130901.ebuild | 49 | ||||
-rw-r--r-- | dev-libs/cdk/files/cdk-5.0.20090215-ldflags.patch | 33 |
5 files changed, 6 insertions, 183 deletions
diff --git a/dev-libs/cdk/ChangeLog b/dev-libs/cdk/ChangeLog index a0aa81df951c..68b0c52d582e 100644 --- a/dev-libs/cdk/ChangeLog +++ b/dev-libs/cdk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/cdk # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/ChangeLog,v 1.88 2015/01/28 01:45:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/ChangeLog,v 1.89 2015/02/03 18:24:54 radhermit Exp $ + + 03 Feb 2015; Tim Harder <radhermit@gentoo.org> -cdk-5.0.20090215.ebuild, + -cdk-5.0.20120323.ebuild, -cdk-5.0.20130901.ebuild, + -files/cdk-5.0.20090215-ldflags.patch: + Remove old. *cdk-5.0.20141106 (28 Jan 2015) diff --git a/dev-libs/cdk/cdk-5.0.20090215.ebuild b/dev-libs/cdk/cdk-5.0.20090215.ebuild deleted file mode 100644 index 41491e1ebfcf..000000000000 --- a/dev-libs/cdk/cdk-5.0.20090215.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-5.0.20090215.ebuild,v 1.9 2012/04/14 17:50:56 radhermit Exp $ - -EAPI=3 - -inherit eutils versionator toolchain-funcs - -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" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="examples" - -DEPEND=">=sys-libs/ncurses-5.2" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-ldflags.patch \ - "${FILESDIR}"/${PN}-5.0.20120323-parallel-make.patch -} - -src_configure() { - econf --with-ncurses --with-libtool -} - -src_compile() { - tc-export CC - default -} - -src_install() { - emake \ - DESTDIR="${D}" \ - DOCUMENT_DIR="${ED}/usr/share/doc/${MY_P}" install \ - || die "emake install failed" - - 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 -} diff --git a/dev-libs/cdk/cdk-5.0.20120323.ebuild b/dev-libs/cdk/cdk-5.0.20120323.ebuild deleted file mode 100644 index 3f0359436305..000000000000 --- a/dev-libs/cdk/cdk-5.0.20120323.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-5.0.20120323.ebuild,v 1.2 2012/04/14 17:46:17 radhermit Exp $ - -EAPI=4 - -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" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~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}"/${P}-ldflags.patch \ - "${FILESDIR}"/${PN}-5.0.20110517-makefile.patch \ - "${FILESDIR}"/${P}-parallel-make.patch -} - -src_configure() { - local ncursesw - use unicode && ncursesw="w" - - econf --with-ncurses${ncursesw} --with-libtool -} - -src_install() { - emake \ - DESTDIR="${ED}" \ - DOCUMENT_DIR="${ED}/usr/share/doc/${P}" 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.20130901.ebuild b/dev-libs/cdk/cdk-5.0.20130901.ebuild deleted file mode 100644 index 0e1cd8bfaef4..000000000000 --- a/dev-libs/cdk/cdk-5.0.20130901.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-5.0.20130901.ebuild,v 1.1 2013/09/02 03:49:31 radhermit Exp $ - -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 ~x86-freebsd ~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/files/cdk-5.0.20090215-ldflags.patch b/dev-libs/cdk/files/cdk-5.0.20090215-ldflags.patch deleted file mode 100644 index e9ef00dfc477..000000000000 --- a/dev-libs/cdk/files/cdk-5.0.20090215-ldflags.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- cdk-5.0-20090215.orig/aclocal.m4 2009-06-16 00:38:32.945387085 -0700 -+++ cdk-5.0-20090215/aclocal.m4 2009-06-16 00:40:01.310004647 -0700 -@@ -2425,7 +2425,7 @@ - AC_MSG_ERROR(Cannot find libtool) - fi - ])dnl -- LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o' -+ LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LDFLAGS} ${LIBTOOL_OPTS} -o' - LIB_OBJECT='${OBJECTS:.o=.lo}' - LIB_SUFFIX=.la - LIB_CLEAN='${LIBTOOL} --mode=clean' ---- cdk-5.0-20090215.orig/configure 2009-06-16 00:38:32.964004839 -0700 -+++ cdk-5.0-20090215/configure 2009-06-16 00:40:29.187005050 -0700 -@@ -3869,7 +3869,7 @@ - echo "$as_me: error: Cannot find libtool" >&2;} - { (exit 1); exit 1; }; } - fi -- LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o' -+ LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LDFLAGS} ${LIBTOOL_OPTS} -o' - LIB_OBJECT='${OBJECTS:.o=.lo}' - LIB_SUFFIX=.la - LIB_CLEAN='${LIBTOOL} --mode=clean' ---- cdk-5.0-20090215.orig/Makefile.in 2009-06-16 00:38:32.951004532 -0700 -+++ cdk-5.0-20090215/Makefile.in 2009-06-16 00:39:28.240044875 -0700 -@@ -267,7 +267,7 @@ - all cdklib :: $(DEFAULT) - - $(CDKLIB) :: $(OBJECTS) -- @echo creating $@; $(LIBTOOL_CREATE) $@ $(LIB_OBJECT) -+ @echo creating $@; $(LIBTOOL_CREATE) $@ $(LIB_OBJECT) $(LIBS) - @$(RANLIB) $@ - - cdkshlib $(CDKSHLIB) :: $(CDKSHOBJS) |