diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-05-31 21:20:41 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-05-31 21:20:41 +0000 |
commit | 030f9a87a8849ab23a4a308cd6c2c6945589b14b (patch) | |
tree | 7c9b85e22d9c5c920a73edc22c22ca085bd0f417 | |
parent | Clean up old revisions. (diff) | |
download | historical-030f9a87a8849ab23a4a308cd6c2c6945589b14b.tar.gz historical-030f9a87a8849ab23a4a308cd6c2c6945589b14b.tar.bz2 historical-030f9a87a8849ab23a4a308cd6c2c6945589b14b.zip |
Clean up old revisions.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
-rw-r--r-- | dev-libs/libgweather/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libgweather/libgweather-2.24.3.ebuild | 36 | ||||
-rw-r--r-- | dev-libs/liboobs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/liboobs/liboobs-2.20.0.ebuild | 22 | ||||
-rw-r--r-- | dev-libs/liboobs/liboobs-2.22.0.ebuild | 28 | ||||
-rw-r--r-- | dev-libs/libsigc++/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libsigc++/libsigc++-2.2.4.2.ebuild | 54 | ||||
-rw-r--r-- | dev-libs/libsigc++/libsigc++-2.2.5.ebuild | 54 | ||||
-rw-r--r-- | dev-libs/libsigc++/libsigc++-2.2.6.ebuild | 54 |
9 files changed, 16 insertions, 251 deletions
diff --git a/dev-libs/libgweather/ChangeLog b/dev-libs/libgweather/ChangeLog index ca6ebbd690a7..c24313f086d4 100644 --- a/dev-libs/libgweather/ChangeLog +++ b/dev-libs/libgweather/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libgweather # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.50 2010/05/04 16:16:25 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.51 2010/05/31 21:19:10 eva Exp $ + + 31 May 2010; Gilles Dartiguelongue <eva@gentoo.org> + -libgweather-2.24.3.ebuild: + Clean up old revisions. 03 May 2010; Olivier Crête <tester@gentoo.org> libgweather-2.28.0.ebuild: amd64 stable, bug #314899 diff --git a/dev-libs/libgweather/libgweather-2.24.3.ebuild b/dev-libs/libgweather/libgweather-2.24.3.ebuild deleted file mode 100644 index 16f5b026970b..000000000000 --- a/dev-libs/libgweather/libgweather-2.24.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.24.3.ebuild,v 1.11 2009/04/28 11:52:47 armin76 Exp $ - -EAPI="1" - -inherit gnome2 - -DESCRIPTION="Library to access weather information from online services" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="python" - -RDEPEND=">=x11-libs/gtk+-2.11 - >=dev-libs/glib-2.13 - >=gnome-base/gconf-2.8 - net-libs/libsoup:2.4 - >=dev-libs/libxml2-2.6.0 - python? ( - >=dev-python/pygobject-2 - >=dev-python/pygtk-2 ) - !<gnome-base/gnome-applets-2.22.0" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - >=dev-util/pkgconfig-0.19" - -DOCS="AUTHORS ChangeLog MAINTAINERS NEWS" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-all-translations-in-one-xml --disable-static - $(use_enable python)" -} diff --git a/dev-libs/liboobs/ChangeLog b/dev-libs/liboobs/ChangeLog index c09e917c9868..9e270e1ae5c7 100644 --- a/dev-libs/liboobs/ChangeLog +++ b/dev-libs/liboobs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/liboobs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboobs/ChangeLog,v 1.4 2010/05/22 15:57:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboobs/ChangeLog,v 1.5 2010/05/31 21:19:26 eva Exp $ + + 31 May 2010; Gilles Dartiguelongue <eva@gentoo.org> + -liboobs-2.20.0.ebuild, -liboobs-2.22.0.ebuild: + Clean up old revisions. 22 May 2010; Raúl Porcel <armin76@gentoo.org> liboobs-2.22.2.ebuild: Add ~alpha/~ia64/~sparc wrt #313563 diff --git a/dev-libs/liboobs/liboobs-2.20.0.ebuild b/dev-libs/liboobs/liboobs-2.20.0.ebuild deleted file mode 100644 index 59b0af379f56..000000000000 --- a/dev-libs/liboobs/liboobs-2.20.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboobs/liboobs-2.20.0.ebuild,v 1.1 2008/01/24 22:26:00 eva Exp $ - -inherit gnome2 - -DESCRIPTION="Liboobs is a wrapping library to the System Tools Backends." -HOMEPAGE="http://www.gnome.org" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=">=dev-libs/glib-2.6.0 - >=app-admin/system-tools-backends-2.1.2 - >=dev-libs/dbus-glib-0.70" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9" - -DOCS="AUTHORS ChangeLog NEWS README" diff --git a/dev-libs/liboobs/liboobs-2.22.0.ebuild b/dev-libs/liboobs/liboobs-2.22.0.ebuild deleted file mode 100644 index 14e77f6e40ab..000000000000 --- a/dev-libs/liboobs/liboobs-2.22.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liboobs/liboobs-2.22.0.ebuild,v 1.1 2008/03/23 13:14:41 eva Exp $ - -inherit gnome2 - -DESCRIPTION="Liboobs is a wrapping library to the System Tools Backends." -HOMEPAGE="http://www.gnome.org" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -# FIXME: according to the ChangLog hal is optional but it doesn't -# have a configure switch -# FIXME: check if policykit should be checked in configure ? - -RDEPEND=">=dev-libs/glib-2.14 - >=dev-libs/dbus-glib-0.70 - >=app-admin/system-tools-backends-2.5.4 - >=sys-apps/hal-0.5.9" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9 - doc? ( dev-util/gtk-doc )" - -DOCS="AUTHORS ChangeLog NEWS README" diff --git a/dev-libs/libsigc++/ChangeLog b/dev-libs/libsigc++/ChangeLog index a3c218d45bb6..a52c4a22cb46 100644 --- a/dev-libs/libsigc++/ChangeLog +++ b/dev-libs/libsigc++/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libsigc++ # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/ChangeLog,v 1.149 2010/05/14 20:20:21 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/ChangeLog,v 1.150 2010/05/31 21:20:41 eva Exp $ + + 31 May 2010; Gilles Dartiguelongue <eva@gentoo.org> + -libsigc++-2.2.4.2.ebuild, -libsigc++-2.2.5.ebuild, + -libsigc++-2.2.6.ebuild: + Clean up old revisions. *libsigc++-2.2.7 (14 May 2010) diff --git a/dev-libs/libsigc++/libsigc++-2.2.4.2.ebuild b/dev-libs/libsigc++/libsigc++-2.2.4.2.ebuild deleted file mode 100644 index 0d1128b2919a..000000000000 --- a/dev-libs/libsigc++/libsigc++-2.2.4.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.2.4.2.ebuild,v 1.3 2010/02/20 22:54:36 abcd Exp $ - -EAPI="2" - -inherit base 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="doc test" - -# Needs mm-common for eautoreconf -src_prepare() { - # don't waste time building examples - sed -i 's|^\(SUBDIRS =.*\)examples\(.*\)$|\1\2|' Makefile.in || \ - die "sed 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 -} - -src_configure() { - filter-flags -fno-exceptions - - local myconf="$myconf $(use_enable doc documentation)" - - econf ${myconf} || die "econf failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed." - dodoc AUTHORS ChangeLog README NEWS TODO || die "dodoc failed" - - if use doc ; then - dohtml -r docs/reference/html/* docs/images/* || die "dohtml failed" - insinto /usr/share/doc/${PF} - doins -r examples || die "doins failed" - 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.2.5.ebuild b/dev-libs/libsigc++/libsigc++-2.2.5.ebuild deleted file mode 100644 index 180b2d01004f..000000000000 --- a/dev-libs/libsigc++/libsigc++-2.2.5.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.2.5.ebuild,v 1.1 2010/03/31 23:14:20 eva Exp $ - -EAPI="2" - -inherit base 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="doc test" - -# Needs mm-common for eautoreconf -src_prepare() { - # don't waste time building examples - sed -i 's|^\(SUBDIRS =.*\)examples\(.*\)$|\1\2|' Makefile.in || \ - die "sed 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 -} - -src_configure() { - filter-flags -fno-exceptions - - local myconf="$myconf $(use_enable doc documentation)" - - econf ${myconf} || die "econf failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed." - dodoc AUTHORS ChangeLog README NEWS TODO || die "dodoc failed" - - if use doc ; then - dohtml -r docs/reference/html/* docs/images/* || die "dohtml failed" - insinto /usr/share/doc/${PF} - doins -r examples || die "doins failed" - 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.2.6.ebuild b/dev-libs/libsigc++/libsigc++-2.2.6.ebuild deleted file mode 100644 index 07a36969bc1f..000000000000 --- a/dev-libs/libsigc++/libsigc++-2.2.6.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.2.6.ebuild,v 1.1 2010/04/19 20:22:59 eva Exp $ - -EAPI="3" - -inherit base 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="doc test" - -# Needs mm-common for eautoreconf -src_prepare() { - # don't waste time building examples - sed -i 's|^\(SUBDIRS =.*\)examples\(.*\)$|\1\2|' \ - Makefile.am Makefile.in || die "sed examples failed" - - # don't waste time building tests unless USE=test - if ! use test ; then - sed -i 's|^\(SUBDIRS =.*\)tests\(.*\)$|\1\2|' \ - Makefile.am Makefile.in || die "sed tests failed" - fi -} - -src_configure() { - filter-flags -fno-exceptions - - local myconf="$myconf $(use_enable doc documentation)" - - econf ${myconf} || die "econf failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed." - dodoc AUTHORS ChangeLog README NEWS TODO || die "dodoc failed" - - if use doc ; then - dohtml -r docs/reference/html/* docs/images/* || die "dohtml failed" - insinto /usr/share/doc/${PF} - doins -r examples || die "doins failed" - 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." -} |