summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/bbdate/bbdate-0.2.3.ebuild')
-rw-r--r--x11-misc/bbdate/bbdate-0.2.3.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-misc/bbdate/bbdate-0.2.3.ebuild b/x11-misc/bbdate/bbdate-0.2.3.ebuild
deleted file mode 100644
index 565dda0a4436..000000000000
--- a/x11-misc/bbdate/bbdate-0.2.3.ebuild
+++ /dev/null
@@ -1,24 +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/bbdate/bbdate-0.2.3.ebuild,v 1.7 2005/01/18 15:46:33 ka0ttic Exp $
-
-DESCRIPTION="blackbox date display"
-HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml"
-SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc ppc"
-IUSE=""
-
-DEPEND="virtual/blackbox"
-
-src_install () {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc README COPYING AUTHORS BUGS INSTALL ChangeLog TODO
-
- # since multiple bbtools packages provide this file, install
- # it in /usr/share/doc/${PF}
- mv ${D}/usr/share/bbtools/bbtoolsrc.in \
- ${D}/usr/share/doc/${PF}/bbtoolsrc.example
-}