diff options
author | Tom Martin <slarti@gentoo.org> | 2004-07-10 10:39:18 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-07-10 10:39:18 +0000 |
commit | 9bea1c2d55b4734e30ea86bb598f70968e8a0fca (patch) | |
tree | b76804f0a05aaa970ea9eacabbde8ba7ba8f474a /app-misc/boxes/boxes-1.0.1.ebuild | |
parent | Fixed external command file permissions. Closes #56490. (diff) | |
download | historical-9bea1c2d55b4734e30ea86bb598f70968e8a0fca.tar.gz historical-9bea1c2d55b4734e30ea86bb598f70968e8a0fca.tar.bz2 historical-9bea1c2d55b4734e30ea86bb598f70968e8a0fca.zip |
Marked ~amd64.
Diffstat (limited to 'app-misc/boxes/boxes-1.0.1.ebuild')
-rw-r--r-- | app-misc/boxes/boxes-1.0.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/boxes/boxes-1.0.1.ebuild b/app-misc/boxes/boxes-1.0.1.ebuild index 8f850f236a38..3ac63548d2d5 100644 --- a/app-misc/boxes/boxes-1.0.1.ebuild +++ b/app-misc/boxes/boxes-1.0.1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 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.19 2004/06/28 03:27:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.0.1.ebuild,v 1.20 2004/07/10 10:39:18 slarti Exp $ inherit eutils DESCRIPTION="draw any kind of boxes around your text!" -HOMEPAGE="http://www6.informatik.uni-erlangen.de/~tsjensen/boxes/" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/utils/text/${P}.src.tar.gz" +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" +KEYWORDS="x86 ppc ~sparc ~mips alpha ~amd64" IUSE="" DEPEND="virtual/libc" |