diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 19:50:09 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 19:50:09 +0000 |
commit | fb7467dc20d6f56cbb25c33be3cbaf2425bf0a73 (patch) | |
tree | 2cb1b753a8b26e0d7ef938c9c62fce2287e6a245 /app-misc/boxes | |
parent | old (diff) | |
download | gentoo-2-fb7467dc20d6f56cbb25c33be3cbaf2425bf0a73.tar.gz gentoo-2-fb7467dc20d6f56cbb25c33be3cbaf2425bf0a73.tar.bz2 gentoo-2-fb7467dc20d6f56cbb25c33be3cbaf2425bf0a73.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/boxes')
-rw-r--r-- | app-misc/boxes/boxes-1.0.1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-misc/boxes/boxes-1.0.1.ebuild b/app-misc/boxes/boxes-1.0.1.ebuild deleted file mode 100644 index 79fff1f195d7..000000000000 --- a/app-misc/boxes/boxes-1.0.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.0.1.ebuild,v 1.25 2007/01/18 00:04:20 dirtyepic Exp $ - -inherit eutils - -DESCRIPTION="draw any kind of boxes around your text!" -HOMEPAGE="http://boxes.thomasjensen.com/" -SRC_URI="http://boxes.thomasjensen.com/download/${P}.src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha amd64 ppc64" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-Makefile.patch - epatch "${FILESDIR}"/${P}-flex.patch -} - -src_compile() { - emake || die -} - -src_install() { - dobin src/boxes || die - doman doc/boxes.1 - dodoc README* - insinto /usr/share/boxes - doins boxes-config -} |