summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Sapp <nixphoeni@gentoo.org>2009-02-19 04:19:07 +0000
committerJoe Sapp <nixphoeni@gentoo.org>2009-02-19 04:19:07 +0000
commit071f30e655f24cc168fc5d1af693dccb78696c63 (patch)
tree4695672b27b73509f605529637f6dbe229aa9925
parentRemove old version (diff)
downloadgentoo-2-071f30e655f24cc168fc5d1af693dccb78696c63.tar.gz
gentoo-2-071f30e655f24cc168fc5d1af693dccb78696c63.tar.bz2
gentoo-2-071f30e655f24cc168fc5d1af693dccb78696c63.zip
Removed old ebuilds
(Portage version: 2.1.6.7/cvs/Linux x86_64)
-rw-r--r--gnome-extra/gdesklets-core/ChangeLog7
-rw-r--r--gnome-extra/gdesklets-core/gdesklets-core-0.35.2-r1.ebuild93
-rw-r--r--gnome-extra/gdesklets-core/gdesklets-core-0.35.3-r1.ebuild112
-rw-r--r--gnome-extra/gdesklets-core/gdesklets-core-0.35.3.ebuild110
4 files changed, 6 insertions, 316 deletions
diff --git a/gnome-extra/gdesklets-core/ChangeLog b/gnome-extra/gdesklets-core/ChangeLog
index 22c0f091d4b5..f3f6d673327b 100644
--- a/gnome-extra/gdesklets-core/ChangeLog
+++ b/gnome-extra/gdesklets-core/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-extra/gdesklets-core
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v 1.97 2009/02/16 14:17:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v 1.98 2009/02/19 04:19:07 nixphoeni Exp $
+
+ 19 Feb 2009; Joe Sapp <nixphoeni@gentoo.org>
+ -gdesklets-core-0.35.2-r1.ebuild, -gdesklets-core-0.35.3.ebuild,
+ -gdesklets-core-0.35.3-r1.ebuild:
+ Removed old ebuilds
16 Feb 2009; Brent Baude <ranger@gentoo.org> gdesklets-core-0.36.1.ebuild:
stable ppc, bug 258067
diff --git a/gnome-extra/gdesklets-core/gdesklets-core-0.35.2-r1.ebuild b/gnome-extra/gdesklets-core/gdesklets-core-0.35.2-r1.ebuild
deleted file mode 100644
index c6aba87f9725..000000000000
--- a/gnome-extra/gdesklets-core/gdesklets-core-0.35.2-r1.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.35.2-r1.ebuild,v 1.19 2008/12/30 03:55:44 nixphoeni Exp $
-
-# We want the latest autoconf and automake (the default)
-inherit gnome2 eutils multilib
-
-MY_PN="gDesklets"
-MY_P="${MY_PN}-${PV/_/}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="GNOME Desktop Applets: Core library for desktop applets"
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2 \
- doc? ( mirror://gentoo/gdesklets-develbook-${PV}.tar.bz2 )"
-HOMEPAGE="http://www.gdesklets.de"
-LICENSE="GPL-2"
-
-SLOT="0"
-IUSE="doc"
-KEYWORDS="alpha amd64 ia64 ppc ~sparc x86"
-
-RDEPEND=">=dev-lang/python-2.3
- >=dev-libs/glib-2
- gnome-extra/libgsf
- >=gnome-base/librsvg-2
- >=gnome-base/libgtop-2.8.2
- >=dev-python/pygtk-2.4
- >=dev-python/gnome-python-2.6
- >=dev-libs/expat-1.95.8
- >=dev-python/pyxml-0.8.3-r1"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig
- dev-util/intltool"
-
-USE_DESTDIR="1"
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_install() {
-
- gnome2_src_install
-
- # Install the gdesklets-control-getid script
- insinto /usr/$(get_libdir)/gdesklets
- insopts -m0555
- doins "${FILESDIR}/gdesklets-control-getid"
-
- # Create a global directory for Displays
- dodir /usr/$(get_libdir)/gdesklets/Displays
-
- # Install the Developer's Book
- use doc && \
- elog "Installing the Developer's Book into" && \
- elog "${ROOT}usr/share/doc/${PF}/html" && \
- dohtml -r "${WORKDIR}/gdesklets-develbook/*"
-
- # Remove conflicts with x11-misc/shared-mime-info and auto-generated
- # MIME info
- rm -rf "${D}/usr/share/mime/aliases" "${D}/usr/share/mime/magic" \
- "${D}/usr/share/mime/globs" "${D}/usr/share/mime/subclasses" \
- "${D}/usr/share/mime/XMLnamespaces" \
- "${D}/usr/share/mime/mime.cache"
-
-}
-
-pkg_postinst() {
-
- gnome2_pkg_postinst
-
- echo
- elog "gDesklets Displays are required before the library"
- elog "will be usable. The Displays are found in -"
- elog " x11-plugins/desklet-* ,"
- elog "at http://www.gdesklets.de, or at http://gdesklets.zencomputer.ca"
- elog
- elog "Next you'll need to start gDesklets using"
- elog " ${ROOT}usr/bin/gdesklets start"
- elog "If you're using GNOME this can be done conveniently"
- elog "through Applications->Accessories->gDesklets"
- elog
- elog "If you're updating from a version less than 0.35_rc1,"
- elog "you can migrate your desklet configurations by"
- elog "running"
- elog " ${ROOT}usr/$(get_libdir)/gdesklets/gdesklets-migration-tool"
- elog "after the first time you run gDesklets"
- echo
-
- # This stuff is important, especially the migration-tool
- # information which flies by on an update.
- epause 9
-
-}
diff --git a/gnome-extra/gdesklets-core/gdesklets-core-0.35.3-r1.ebuild b/gnome-extra/gdesklets-core/gdesklets-core-0.35.3-r1.ebuild
deleted file mode 100644
index 2195f0b0fe7d..000000000000
--- a/gnome-extra/gdesklets-core/gdesklets-core-0.35.3-r1.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.35.3-r1.ebuild,v 1.9 2008/12/30 03:55:44 nixphoeni Exp $
-
-# We want the latest autoconf and automake (the default)
-inherit gnome2 eutils autotools multilib
-
-MY_PN="gDesklets"
-MY_P="${MY_PN}-${PV/_/}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="GNOME Desktop Applets: Core library for desktop applets"
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2 \
- doc? ( mirror://gentoo/gdesklets-develbook-${PV}.tar.bz2 )"
-HOMEPAGE="http://www.gdesklets.de"
-LICENSE="GPL-2"
-
-SLOT="0"
-IUSE="doc"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-
-RDEPEND=">=dev-lang/python-2.3
- >=dev-libs/glib-2.4
- gnome-extra/libgsf
- >=gnome-base/librsvg-2.8
- >=gnome-base/libgtop-2.8.2
- >=dev-python/pygtk-2.4
- >=dev-python/gnome-python-2.6
- >=dev-libs/expat-1.95.8
- >=dev-python/pyxml-0.8.3-r1"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig
- dev-util/intltool"
-
-USE_DESTDIR="1"
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_unpack() {
-
- gnome2_src_unpack
-
- if use alpha ; then
-
- epatch "${FILESDIR}/${P}-alpha.patch"
-
- eautoreconf
-
- fi
-
- epatch "${FILESDIR}/${P}-pyorbit_fix.patch"
-
-}
-
-src_install() {
-
- gnome2_src_install
-
- # Install the gdesklets-control-getid script
- insinto /usr/$(get_libdir)/gdesklets
- insopts -m0555
- doins "${FILESDIR}/gdesklets-control-getid"
-
- # Create a global directory for Displays
- dodir /usr/$(get_libdir)/gdesklets/Displays
-
- # Install the Developer's Book
- use doc && \
- elog "Installing the Developer's Book into" && \
- elog "${ROOT}usr/share/doc/${PF}/html" && \
- dohtml -r "${WORKDIR}/gdesklets-develbook/*"
-
- # Install the man page
- doman "${S}/doc/man/*.1"
-
- # Remove conflicts with x11-misc/shared-mime-info and auto-generated
- # MIME info
- rm -rf "${D}/usr/share/mime/aliases" "${D}/usr/share/mime/magic" \
- "${D}/usr/share/mime/globs" "${D}/usr/share/mime/subclasses" \
- "${D}/usr/share/mime/XMLnamespaces" \
- "${D}/usr/share/mime/mime.cache"
-
-}
-
-pkg_postinst() {
-
- gnome2_pkg_postinst
-
- echo
- elog "gDesklets Displays are required before the library"
- elog "will be usable. The displays are found in -"
- elog " x11-plugins/desklet-* ,"
- elog "at http://www.gdesklets.de, or at http://gdesklets.zencomputer.ca"
- elog
- elog "Next you'll need to start gdesklets using"
- elog " ${ROOT}usr/bin/gdesklets start"
- elog "If you're using GNOME this can be done conveniently"
- elog "through Applications->Accessories->gDesklets"
- elog
- elog "If you're updating from a version less than 0.35_rc1,"
- elog "you can migrate your desklet configurations by"
- elog "running"
- elog " ${ROOT}usr/$(get_libdir)/gdesklets/gdesklets-migration-tool"
- elog "after the first time you run gdesklets"
- echo
-
- # This stuff is important, especially the migration-tool
- # information which flies by on an update.
- epause 9
-
-}
diff --git a/gnome-extra/gdesklets-core/gdesklets-core-0.35.3.ebuild b/gnome-extra/gdesklets-core/gdesklets-core-0.35.3.ebuild
deleted file mode 100644
index 4093d8e10073..000000000000
--- a/gnome-extra/gdesklets-core/gdesklets-core-0.35.3.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.35.3.ebuild,v 1.13 2008/12/30 03:55:44 nixphoeni Exp $
-
-# We want the latest autoconf and automake (the default)
-inherit gnome2 eutils autotools multilib
-
-MY_PN="gDesklets"
-MY_P="${MY_PN}-${PV/_/}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="GNOME Desktop Applets: Core library for desktop applets"
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2 \
- doc? ( mirror://gentoo/gdesklets-develbook-${PV}.tar.bz2 )"
-HOMEPAGE="http://www.gdesklets.de"
-LICENSE="GPL-2"
-
-SLOT="0"
-IUSE="doc"
-KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc ~x86"
-
-RDEPEND=">=dev-lang/python-2.3
- >=dev-libs/glib-2.4
- gnome-extra/libgsf
- >=gnome-base/librsvg-2.8
- >=gnome-base/libgtop-2.8.2
- >=dev-python/pygtk-2.4
- >=dev-python/gnome-python-2.6
- >=dev-libs/expat-1.95.8
- >=dev-python/pyxml-0.8.3-r1"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- dev-util/pkgconfig
- dev-util/intltool"
-
-USE_DESTDIR="1"
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_unpack() {
-
- gnome2_src_unpack
-
- if use alpha ; then
-
- epatch "${FILESDIR}/${P}-alpha.patch"
-
- eautoreconf
-
- fi
-
-}
-
-src_install() {
-
- gnome2_src_install
-
- # Install the gdesklets-control-getid script
- insinto /usr/$(get_libdir)/gdesklets
- insopts -m0555
- doins "${FILESDIR}/gdesklets-control-getid"
-
- # Create a global directory for Displays
- dodir /usr/$(get_libdir)/gdesklets/Displays
-
- # Install the Developer's Book
- use doc && \
- elog "Installing the Developer's Book into" && \
- elog "${ROOT}usr/share/doc/${PF}/html" && \
- dohtml -r "${WORKDIR}/gdesklets-develbook/*"
-
- # Install the man page
- doman "${S}/doc/man/*.1"
-
- # Remove conflicts with x11-misc/shared-mime-info and auto-generated
- # MIME info
- rm -rf "${D}/usr/share/mime/aliases" "${D}/usr/share/mime/magic" \
- "${D}/usr/share/mime/globs" "${D}/usr/share/mime/subclasses" \
- "${D}/usr/share/mime/XMLnamespaces" \
- "${D}/usr/share/mime/mime.cache"
-
-}
-
-pkg_postinst() {
-
- gnome2_pkg_postinst
-
- echo
- elog "gDesklets Displays are required before the library"
- elog "will be usable. The displays are found in -"
- elog " x11-plugins/desklet-* ,"
- elog "at http://www.gdesklets.de, or at http://gdesklets.zencomputer.ca"
- elog
- elog "Next you'll need to start gdesklets using"
- elog " ${ROOT}usr/bin/gdesklets start"
- elog "If you're using GNOME this can be done conveniently"
- elog "through Applications->Accessories->gDesklets"
- elog
- elog "If you're updating from a version less than 0.35_rc1,"
- elog "you can migrate your desklet configurations by"
- elog "running"
- elog " ${ROOT}usr/$(get_libdir)/gdesklets/gdesklets-migration-tool"
- elog "after the first time you run gdesklets"
- echo
-
- # This stuff is important, especially the migration-tool
- # information which flies by on an update.
- epause 9
-
-}