diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:08:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:08:38 +0000 |
commit | bc3e4093f4b7f3a63a4531462693e04b12e7dbd8 (patch) | |
tree | 0761b918a90dcb763c68eeb1ebec88813594f1b6 /app-misc/pal | |
parent | ~mips (diff) | |
download | gentoo-2-bc3e4093f4b7f3a63a4531462693e04b12e7dbd8.tar.gz gentoo-2-bc3e4093f4b7f3a63a4531462693e04b12e7dbd8.tar.bz2 gentoo-2-bc3e4093f4b7f3a63a4531462693e04b12e7dbd8.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/pal')
-rw-r--r-- | app-misc/pal/pal-0.3.3.ebuild | 19 | ||||
-rw-r--r-- | app-misc/pal/pal-0.3.4.ebuild | 19 |
2 files changed, 18 insertions, 20 deletions
diff --git a/app-misc/pal/pal-0.3.3.ebuild b/app-misc/pal/pal-0.3.3.ebuild index cc47a29b9500..628db9d0e94c 100644 --- a/app-misc/pal/pal-0.3.3.ebuild +++ b/app-misc/pal/pal-0.3.3.ebuild @@ -1,26 +1,26 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/pal-0.3.3.ebuild,v 1.5 2004/06/24 22:28:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/pal-0.3.3.ebuild,v 1.6 2004/06/28 04:07:45 vapier Exp $ -IUSE="" DESCRIPTION="pal command-line calendar program" -SRC_URI="mirror://sourceforge/palcal/${P}.tgz" HOMEPAGE="http://palcal.sourceforge.net/" +SRC_URI="mirror://sourceforge/palcal/${P}.tgz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc ~amd64" - -S="${WORKDIR}/${P}/src" +IUSE="" DEPEND=">=dev-libs/glib-2.0 sys-devel/gettext - virtual/glibc + virtual/libc sys-libs/readline" +S="${WORKDIR}/${P}/src" + src_unpack() { - unpack "${A}" - cd "${S}" + unpack ${A} + cd ${S} sed -i -e "s;^\(OPT[[:space:]]\+=\) -O2 -Wall;\1 ${CFLAGS};" Makefile.defs } @@ -31,4 +31,3 @@ src_compile() { src_install() { make DESTDIR="${D}" install-no-rm || die "make install failed" } - diff --git a/app-misc/pal/pal-0.3.4.ebuild b/app-misc/pal/pal-0.3.4.ebuild index 7857c3e8ea31..56e49ad27c77 100644 --- a/app-misc/pal/pal-0.3.4.ebuild +++ b/app-misc/pal/pal-0.3.4.ebuild @@ -1,26 +1,26 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/pal-0.3.4.ebuild,v 1.3 2004/06/24 22:28:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/pal-0.3.4.ebuild,v 1.4 2004/06/28 04:07:45 vapier Exp $ -IUSE="" DESCRIPTION="pal command-line calendar program" -SRC_URI="mirror://sourceforge/palcal/${P}.tgz" HOMEPAGE="http://palcal.sourceforge.net/" +SRC_URI="mirror://sourceforge/palcal/${P}.tgz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" - -S="${WORKDIR}/${P}/src" +IUSE="" DEPEND=">=dev-libs/glib-2.0 sys-devel/gettext - virtual/glibc + virtual/libc sys-libs/readline" +S="${WORKDIR}/${P}/src" + src_unpack() { - unpack "${A}" - cd "${S}" + unpack ${A} + cd ${S} sed -i -e "s;^\(OPT[[:space:]]\+=\) -O2 -Wall;\1 ${CFLAGS};" Makefile.defs } @@ -31,4 +31,3 @@ src_compile() { src_install() { make DESTDIR="${D}" install-no-rm || die "make install failed" } - |