diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-11-10 13:26:40 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-11-10 13:26:40 +0000 |
commit | 6cfa572523e78ec230082a96f9e99042ce778b16 (patch) | |
tree | ffa8a7e36c31e30c9ccf28469e2d92d4f5e2c8e0 /xfce-extra | |
parent | arm stable wrt #241514 (diff) | |
download | gentoo-2-6cfa572523e78ec230082a96f9e99042ce778b16.tar.gz gentoo-2-6cfa572523e78ec230082a96f9e99042ce778b16.tar.bz2 gentoo-2-6cfa572523e78ec230082a96f9e99042ce778b16.zip |
Remove old
(Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc4 x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-battery/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r2.ebuild | 32 | ||||
-rw-r--r-- | xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r3.ebuild | 33 |
3 files changed, 5 insertions, 66 deletions
diff --git a/xfce-extra/xfce4-battery/ChangeLog b/xfce-extra/xfce4-battery/ChangeLog index 6b4dda781414..5811cfa5db1f 100644 --- a/xfce-extra/xfce4-battery/ChangeLog +++ b/xfce-extra/xfce4-battery/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-battery # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/ChangeLog,v 1.71 2008/11/10 12:55:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/ChangeLog,v 1.72 2008/11/10 13:26:40 angelos Exp $ + + 10 Nov 2008; Christoph Mende <angelos@gentoo.org> + -xfce4-battery-0.5.0-r2.ebuild, -xfce4-battery-0.5.0-r3.ebuild: + Remove old 10 Nov 2008; Raúl Porcel <armin76@gentoo.org> xfce4-battery-0.5.1.ebuild: arm stable diff --git a/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r2.ebuild b/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r2.ebuild deleted file mode 100644 index 64a4a09975c4..000000000000 --- a/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r2.ebuild,v 1.11 2008/08/24 13:40:39 corsair Exp $ - -inherit autotools eutils xfce44 - -xfce44 - -DESCRIPTION="Battery status panel plugin" -KEYWORDS="amd64 arm ppc x86 ~x86-fbsd" -IUSE="debug" - -DEPEND="dev-util/pkgconfig - dev-util/intltool - dev-util/xfce4-dev-tools" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-freebsd.patch \ - "${FILESDIR}"/${P}-libacpi.patch \ - "${FILESDIR}"/${P}-2.6.21.patch \ - "${FILESDIR}"/${P}-2.6.24-headers.patch - - sed -i -e "/^AC_INIT/s/battery_version()/battery_version/" configure.in - intltoolize --force --copy --automake || die "intltoolize failed." - AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf -} - -DOCS="AUTHORS ChangeLog NEWS README" - -xfce44_goodies_panel_plugin diff --git a/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r3.ebuild b/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r3.ebuild deleted file mode 100644 index 731f7689f793..000000000000 --- a/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/xfce4-battery-0.5.0-r3.ebuild,v 1.6 2008/11/04 00:59:50 vapier Exp $ - -inherit autotools eutils xfce44 - -xfce44 - -DESCRIPTION="Battery status panel plugin" -KEYWORDS="amd64 arm ppc x86 ~x86-fbsd" -IUSE="debug" - -DEPEND="dev-util/pkgconfig - dev-util/intltool - dev-util/xfce4-dev-tools" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-freebsd.patch \ - "${FILESDIR}"/${P}-libacpi.patch \ - "${FILESDIR}"/${P}-2.6.21.patch \ - "${FILESDIR}"/${P}-2.6.24-headers.patch \ - "${FILESDIR}"/${P}-sysfs.patch - - sed -i -e "/^AC_INIT/s/battery_version()/battery_version/" configure.in - intltoolize --force --copy --automake || die "intltoolize failed." - AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf -} - -DOCS="AUTHORS ChangeLog NEWS README" - -xfce44_goodies_panel_plugin |