diff options
Diffstat (limited to 'x11-misc/wbar/wbar-1.3.ebuild')
-rw-r--r-- | x11-misc/wbar/wbar-1.3.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-misc/wbar/wbar-1.3.ebuild b/x11-misc/wbar/wbar-1.3.ebuild deleted file mode 100644 index 0d6ab94a2..000000000 --- a/x11-misc/wbar/wbar-1.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /mnt/back/repository/c/wbar/ebuild/wbar-1.2.ebuild,v 1.3 2006/12/29 02:39:34 warlock Exp $ - -inherit eutils - -DESCRIPTION="Light, fast and animated quick launch bar" -HOMEPAGE="http://www.tecnologia-aplicada.com.ar/rodolfo/" -SRC_URI="http://www.tecapli.com.ar/rodolfo/${P}.tbz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="animation" - -DEPEND="media-libs/imlib2" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - use animation && epatch animation2.patch -} - -src_install() { - - dodir /usr/share/wbar/ - awk '{if($$1 ~ /i:/ || ($$1 ~ /t:/ && NR<4)) print $$1" /usr/share/wbar/"$$2; else - print $$0;}' dot.wbar > "${D}"/usr/share/wbar/dot.wbar - - cp -pPR wbar.icons "${D}"/usr/share/wbar - dobin wbar -} |