summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/habak/habak-0.2.3.ebuild')
-rw-r--r--x11-misc/habak/habak-0.2.3.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-misc/habak/habak-0.2.3.ebuild b/x11-misc/habak/habak-0.2.3.ebuild
deleted file mode 100644
index bc03bc53ec56..000000000000
--- a/x11-misc/habak/habak-0.2.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/habak/habak-0.2.3.ebuild,v 1.5 2005/01/15 19:25:31 lucass Exp $
-
-DESCRIPTION="A simple but powerful tool to set desktop wallpaper"
-HOMEPAGE="http://lubuska.zapto.org/~hoppke/"
-SRC_URI="http://lubuska.zapto.org/~hoppke/yellow_brown/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~alpha ppc"
-IUSE=""
-
-DEPEND="virtual/x11 virtual/xft media-libs/imlib2"
-
-src_compile() {
- emake || die "make failed"
-}
-
-src_install() {
- dobin habak
- dodoc ChangeLog README TODO COPYING ${FILESDIR}/README.en
-}