diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-29 11:18:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-29 11:18:02 +0000 |
commit | 1bf56e687b284e74b44ae3d8be07613bc9137ebf (patch) | |
tree | bcd897321afb87012e9361766bd0404a0b1a8663 /app-misc | |
parent | HOMEPAGE fix (diff) | |
download | gentoo-2-1bf56e687b284e74b44ae3d8be07613bc9137ebf.tar.gz gentoo-2-1bf56e687b284e74b44ae3d8be07613bc9137ebf.tar.bz2 gentoo-2-1bf56e687b284e74b44ae3d8be07613bc9137ebf.zip |
HOMEPAGE fix
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/figlet/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/figlet/figlet-22-r1.ebuild | 20 | ||||
-rw-r--r-- | app-misc/figlet/files/digest-figlet-22-r1 | 2 |
3 files changed, 17 insertions, 10 deletions
diff --git a/app-misc/figlet/ChangeLog b/app-misc/figlet/ChangeLog index 7a738ea56be8..d1a00256bc81 100644 --- a/app-misc/figlet/ChangeLog +++ b/app-misc/figlet/ChangeLog @@ -1,12 +1,15 @@ # ChangeLog for app-misc/figlet # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/ChangeLog,v 1.5 2003/02/20 13:53:28 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/ChangeLog,v 1.6 2003/03/29 11:18:02 seemant Exp $ 20 Feb 2003; Guy Martin <gmsoft@gentoo.org> figlet-22-r1.ebuild : Added hppa to keywords. *figlet-22-r1 (28 Oct 2002) + 29 Mar 2003; Seemant Kulleen <seemant@gentoo.org> figlet-22-r1.ebuild: + HOMEPAGE fix by Frantz Dhin <tragedy_rm@hotmail.com> in bug #18299 + 07 Dec 2002; Jack Morgan <jmorgan@gentoo.org> figlet-22-r1.ebuild, figlet-22.ebuild : Changed sparc64 to sparc keyword diff --git a/app-misc/figlet/figlet-22-r1.ebuild b/app-misc/figlet/figlet-22-r1.ebuild index 9845b59271a1..103669f90ef2 100644 --- a/app-misc/figlet/figlet-22-r1.ebuild +++ b/app-misc/figlet/figlet-22-r1.ebuild @@ -1,24 +1,26 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/figlet-22-r1.ebuild,v 1.4 2003/02/20 13:53:28 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/figlet/figlet-22-r1.ebuild,v 1.5 2003/03/29 11:18:02 seemant Exp $ -S=${WORKDIR}/${PN}${PV} +MY_P=${P/-/} +S=${WORKDIR}/${MY_P} DESCRIPTION="FIGlet is a program for making large letters out of ordinary text" -SRC_URI="ftp://ftp.plig.org/pub/figlet/program/unix/${PN}${PV}.tar.gz" -HOMEPAGE="http://st-www.cs.uiuc.edu/users/chai/figlet.html" +HOMEPAGE="http://www.figlet.org/" +SRC_URI="ftp://ftp.figlet.org/pub/figlet/program/unix/${MY_P}.tar.gz" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 sparc hppa" +KEYWORDS="x86 ~ppc sparc ~alpha ~mips hppa ~arm" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + >=sys-apps/portage-2.0.47-r10 + >=sys-apps/sed-4.0.5" src_unpack() { unpack ${A} cd ${S} - patch -p1 < ${FILESDIR}/${PF}-gentoo.diff || die - sed "s/CFLAGS = -g/CFLAGS = ${CFLAGS}/g" < Makefile > Makefile.new - mv -f Makefile.new Makefile + epatch ${FILESDIR}/${PF}-gentoo.diff + sed -i "s/CFLAGS = -g/CFLAGS = ${CFLAGS}/g" Makefile } diff --git a/app-misc/figlet/files/digest-figlet-22-r1 b/app-misc/figlet/files/digest-figlet-22-r1 index 0a0dfce1b86b..7574ee120dcc 100644 --- a/app-misc/figlet/files/digest-figlet-22-r1 +++ b/app-misc/figlet/files/digest-figlet-22-r1 @@ -1 +1,3 @@ +MD5 e2d8534fe03c0cd75ce80993267a59f5 /files/figlet-22-r1-gentoo.diff 1110 +MD5 326bed3c69f557e3b406050b5f8d77e5 /figlet-22-r1.ebuild 1086 MD5 63afcf43505fbe0c9a936ee3b97d4288 figlet22.tar.gz 166966 |