diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-12-07 18:13:12 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-12-07 18:13:12 +0000 |
commit | bf7f939188228bbb024e97541c77967f6984b3ff (patch) | |
tree | 4f2352596817fba4078a78d01f00bfc1d0be0c70 /dev-libs/libsigc++ | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-bf7f939188228bbb024e97541c77967f6984b3ff.tar.gz gentoo-2-bf7f939188228bbb024e97541c77967f6984b3ff.tar.bz2 gentoo-2-bf7f939188228bbb024e97541c77967f6984b3ff.zip |
dev-libs/libsigc++: remove old versions
(Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc6-00020-gf608f49 i686)
Diffstat (limited to 'dev-libs/libsigc++')
-rw-r--r-- | dev-libs/libsigc++/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libsigc++/libsigc++-2.0.17.ebuild | 64 | ||||
-rw-r--r-- | dev-libs/libsigc++/libsigc++-2.0.18.ebuild | 64 |
3 files changed, 5 insertions, 129 deletions
diff --git a/dev-libs/libsigc++/ChangeLog b/dev-libs/libsigc++/ChangeLog index 95be8fea0545..1d9cac371b4c 100644 --- a/dev-libs/libsigc++/ChangeLog +++ b/dev-libs/libsigc++/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libsigc++ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/ChangeLog,v 1.130 2008/11/29 20:03:33 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/ChangeLog,v 1.131 2008/12/07 18:13:12 remi Exp $ + + 07 Dec 2008; Rémi Cardona <remi@gentoo.org> -libsigc++-2.0.17.ebuild, + -libsigc++-2.0.18.ebuild: + remove old versions *libsigc++-2.2.3 (29 Nov 2008) diff --git a/dev-libs/libsigc++/libsigc++-2.0.17.ebuild b/dev-libs/libsigc++/libsigc++-2.0.17.ebuild deleted file mode 100644 index 900099cf5dff..000000000000 --- a/dev-libs/libsigc++/libsigc++-2.0.17.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.0.17.ebuild,v 1.15 2007/10/26 13:29:25 dang Exp $ - -inherit eutils gnome.org flag-o-matic - -DESCRIPTION="Typesafe callback system for standard C++" -HOMEPAGE="http://libsigc.sourceforge.net/" - -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="debug doc test" - -src_unpack() { - unpack ${A} - cd "${S}" - - # don't waste time building examples/docs - sed -i 's|^\(SUBDIRS =.*\)docs examples\(.*\)$|\1\2|' Makefile.in || \ - die "sed docs/examples failed" - - # don't waste time building tests unless USE=test - if ! use test ; then - sed -i 's|^\(SUBDIRS =.*\)tests\(.*\)$|\1\2|' Makefile.in || \ - die "sed tests failed" - fi - - # fix image paths - if use doc ; then - sed -i 's|../../images/||g' docs/reference/html/*.html || \ - die "sed failed" - fi -} - -src_compile() { - filter-flags -fno-exceptions - - local myconf - use debug \ - && myconf="--enable-debug=yes" \ - || myconf="--enable-debug=no" - - econf ${myconf} || die "econf failed." - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed." - rm -fr "${D}"/usr/share - dodoc AUTHORS ChangeLog README NEWS TODO - - if use doc ; then - dohtml -r docs/reference/html/* docs/images/* - cp -R examples "${D}"/usr/share/doc/${PF}/ - fi -} - -pkg_postinst() { - ewarn "To allow parallel installation of sigc++-1.0, sigc++-1.2, and sigc++2.0" - ewarn "the header files are now installed in a version specific" - ewarn "subdirectory. Be sure to unmerge any libsigc++ versions" - ewarn "< 1.0.4 that you may have previously installed." -} diff --git a/dev-libs/libsigc++/libsigc++-2.0.18.ebuild b/dev-libs/libsigc++/libsigc++-2.0.18.ebuild deleted file mode 100644 index 8bca4573a4da..000000000000 --- a/dev-libs/libsigc++/libsigc++-2.0.18.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.0.18.ebuild,v 1.9 2007/12/11 10:08:50 vapier Exp $ - -inherit eutils gnome.org flag-o-matic - -DESCRIPTION="Typesafe callback system for standard C++" -HOMEPAGE="http://libsigc.sourceforge.net/" - -LICENSE="LGPL-2.1" -SLOT="2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="debug doc test" - -src_unpack() { - unpack ${A} - cd "${S}" - - # don't waste time building examples/docs - sed -i 's|^\(SUBDIRS =.*\)docs examples\(.*\)$|\1\2|' Makefile.in || \ - die "sed docs/examples failed" - - # don't waste time building tests unless USE=test - if ! use test ; then - sed -i 's|^\(SUBDIRS =.*\)tests\(.*\)$|\1\2|' Makefile.in || \ - die "sed tests failed" - fi - - # fix image paths - if use doc ; then - sed -i 's|../../images/||g' docs/reference/html/*.html || \ - die "sed failed" - fi -} - -src_compile() { - filter-flags -fno-exceptions - - local myconf - use debug \ - && myconf="--enable-debug=yes" \ - || myconf="--enable-debug=no" - - econf ${myconf} || die "econf failed." - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed." - rm -fr "${D}"/usr/share - dodoc AUTHORS ChangeLog README NEWS TODO - - if use doc ; then - dohtml -r docs/reference/html/* docs/images/* - cp -R examples "${D}"/usr/share/doc/${PF}/ - fi -} - -pkg_postinst() { - ewarn "To allow parallel installation of sigc++-1.0, sigc++-1.2, and sigc++2.0" - ewarn "the header files are now installed in a version specific" - ewarn "subdirectory. Be sure to unmerge any libsigc++ versions" - ewarn "< 1.0.4 that you may have previously installed." -} |