summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-05-14 17:56:32 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-05-14 17:56:32 +0000
commit597fd94314d62ea55d2c908c767c40b3163124ca (patch)
tree378db1d6ce220092fc18df0f0aeb3ff60b780764 /x11-misc/wbarconf
parentforce virtual/init (diff)
downloadgentoo-2-597fd94314d62ea55d2c908c767c40b3163124ca.tar.gz
gentoo-2-597fd94314d62ea55d2c908c767c40b3163124ca.tar.bz2
gentoo-2-597fd94314d62ea55d2c908c767c40b3163124ca.zip
remove old
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/wbarconf')
-rw-r--r--x11-misc/wbarconf/ChangeLog6
-rw-r--r--x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch52
-rw-r--r--x11-misc/wbarconf/wbarconf-0.7.2.ebuild31
3 files changed, 5 insertions, 84 deletions
diff --git a/x11-misc/wbarconf/ChangeLog b/x11-misc/wbarconf/ChangeLog
index 2e6cd1e3a8bb..34f7f5f8df5b 100644
--- a/x11-misc/wbarconf/ChangeLog
+++ b/x11-misc/wbarconf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/wbarconf
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbarconf/ChangeLog,v 1.2 2012/05/14 17:37:18 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbarconf/ChangeLog,v 1.3 2012/05/14 17:56:32 hasufell Exp $
+
+ 14 May 2012; Julian Ospald <hasufell@gentoo.org> -wbarconf-0.7.2.ebuild,
+ -files/wbarconf-0.7.2-install.patch:
+ remove old
*wbarconf-0.7.2.2 (14 May 2012)
diff --git a/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch b/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch
deleted file mode 100644
index c4507bea4bb5..000000000000
--- a/x11-misc/wbarconf/files/wbarconf-0.7.2-install.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-diff -ur wbarconf.orig/install.sh wbarconf/install.sh
---- wbarconf.orig/install.sh 2008-05-27 14:44:20.000000000 +0300
-+++ wbarconf/install.sh 2008-12-06 15:29:46.000000000 +0200
-@@ -1,5 +1,6 @@
- #!/bin/sh
- startdir=$1
-+version=0.7.2
-
- if [ $(echo $1|wc -w) -eq 0 ];then
- echo "Usage: install.sh /path/to"
-@@ -14,17 +15,20 @@
- mkdir -p $startdir/bin/ || return 1
- install -m0755 wbarconf $startdir/bin/ || return 1
-
--mkdir -p $startdir/share/wbarconf/
--install -m0644 README $startdir/share/wbarconf/ || return 1
--install -m0644 COPYING $startdir/share/wbarconf/ || return 1
-+mkdir -p $startdir/share/doc/wbarconf-$version/wbarbacks/
-+install -m0644 README $startdir/share/doc/wbarconf-$version/ || return 1
-+install -m0644 wbarbacks/README $startdir/share/doc/wbarconf-$version/wbarbacks/ || return 1
-
- mkdir -p $startdir/share/locale/ || return 1
--cp -av locale/* $startdir/share/locale/ || return 1
-+cp -dpRv locale/* $startdir/share/locale/ || return 1
- chmod 0755 -R $startdir/share/ || return 1
- find $startdir/share/locale/ -name wbarconf.po -print | xargs rm -f
-+
-+mkdir -p $startdir/share/wbarconf/
- install -m0644 messages.pot $startdir/share/wbarconf/ || return 1
-
--cp -av wbarbacks $startdir/share/wbarconf/ || return 1
-+mkdir -p $startdir/share/wbarconf/wbarbacks/
-+cp -dpRv wbarbacks/*.png $startdir/share/wbarconf/wbarbacks/ || return 1
- chmod 0655 -R $startdir/share/wbarconf/ || return 1
-
- mkdir -p $startdir/share/pixmaps/
-diff -ur wbarconf.orig/wbarconf.desktop wbarconf/wbarconf.desktop
---- wbarconf.orig/wbarconf.desktop 2008-05-13 16:23:17.000000000 +0300
-+++ wbarconf/wbarconf.desktop 2008-12-06 14:46:00.000000000 +0200
-@@ -2,10 +2,10 @@
- Name=WbarConf
- Exec=wbarconf
- Type=Application
--Icon=wbarconf.png
-+Icon=wbarconf
- Terminal=false
- StartupNotify=true
--Categories=GTK;Utility;
-+Categories=GTK;Utility;
- Comment=Configuration tool for wbar
- Comment[de]=Konfigurationswerkzeug für Wbar
- Comment[fi]=Asetustyökalu wbar:lle
diff --git a/x11-misc/wbarconf/wbarconf-0.7.2.ebuild b/x11-misc/wbarconf/wbarconf-0.7.2.ebuild
deleted file mode 100644
index 6ba1ff76bbe9..000000000000
--- a/x11-misc/wbarconf/wbarconf-0.7.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbarconf/wbarconf-0.7.2.ebuild,v 1.2 2008/12/06 13:20:58 ssuominen Exp $
-
-inherit eutils
-
-DESCRIPTION="Configuration GUI for x11-misc/wbar"
-HOMEPAGE="http://www.ihku.biz/wbarconf"
-SRC_URI="http://www.ihku.biz/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-misc/wbar-1.3.3
- >=dev-python/pygtk-2.10"
-DEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-install.patch
-}
-
-src_install() {
- ./install.sh "${D}/usr" || die "./install.sh failed."
- prepalldocs
-}