diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 19:51:34 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 19:51:34 +0000 |
commit | 4952abe893b34d3771ac1ad226fa3542f208fd11 (patch) | |
tree | 3314289279c0ea26c49d83e59857259aed509604 /app-misc/boxes | |
parent | amd64/x86 stable, bug #214640 (diff) | |
download | historical-4952abe893b34d3771ac1ad226fa3542f208fd11.tar.gz historical-4952abe893b34d3771ac1ad226fa3542f208fd11.tar.bz2 historical-4952abe893b34d3771ac1ad226fa3542f208fd11.zip |
old
Package-Manager: portage-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 -} |