diff options
Diffstat (limited to 'x11-misc/bbdate/bbdate-0.2.4-r1.ebuild')
-rw-r--r-- | x11-misc/bbdate/bbdate-0.2.4-r1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild deleted file mode 100644 index f9ac72754488..000000000000 --- a/x11-misc/bbdate/bbdate-0.2.4-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils autotools - -DESCRIPTION="blackbox date display" -HOMEPAGE="https://sourceforge.net/projects/bbtools" -SRC_URI="mirror://sourceforge/bbtools/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-as-needed.patch - sed -i \ - -e 's|-helvetica-|-*-|g' \ - resource.cc data/${PN}.{nobb,style} || die - eautoreconf -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README 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 -} |