diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 17:31:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 17:31:21 +0000 |
commit | 861fbf29f3fbc307da25c7b838865f91f258b9dc (patch) | |
tree | 11de60c43eba4d5b30682790541736b52ac44f69 /net-news | |
parent | Keyworded ~x86 (Manifest recommit) (diff) | |
download | gentoo-2-861fbf29f3fbc307da25c7b838865f91f258b9dc.tar.gz gentoo-2-861fbf29f3fbc307da25c7b838865f91f258b9dc.tar.bz2 gentoo-2-861fbf29f3fbc307da25c7b838865f91f258b9dc.zip |
arm KEYWORDS
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/nget/nget-0.26.ebuild | 13 | ||||
-rw-r--r-- | net-news/yencode/yencode-0.46.ebuild | 18 |
2 files changed, 17 insertions, 14 deletions
diff --git a/net-news/nget/nget-0.26.ebuild b/net-news/nget/nget-0.26.ebuild index 92fcb98eb300..6c702284c226 100644 --- a/net-news/nget/nget-0.26.ebuild +++ b/net-news/nget/nget-0.26.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/nget/nget-0.26.ebuild,v 1.1 2004/02/25 18:33:35 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/nget/nget-0.26.ebuild,v 1.2 2004/05/28 17:30:44 vapier Exp $ NPVER=20011209 DESCRIPTION="Network utility to retrieve files from an NNTP news server" HOMEPAGE="http://nget.sourceforge.net/" SRC_URI="mirror://sourceforge/nget/${P}+uulib.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +SLOT="0" +KEYWORDS="x86 arm" IUSE="static debug" RDEPEND="virtual/glibc" @@ -23,8 +23,11 @@ src_compile() { # use ssl || myconf="${myconf} --without-ssl --disable-opie --disable-digest" # use debug && myconf="${myconf} --disable-debug" # use ssl && CFLAGS="${CFLAGS} -I/usr/include/openssl" - ./configure --prefix=/usr \ - --infodir=/usr/share/info --mandir=/usr/share/man $myconf || die + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $myconf || die if use static; then make LDFLAGS="--static" || die else diff --git a/net-news/yencode/yencode-0.46.ebuild b/net-news/yencode/yencode-0.46.ebuild index fc70a91a79d4..c6d8f0353f2e 100644 --- a/net-news/yencode/yencode-0.46.ebuild +++ b/net-news/yencode/yencode-0.46.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/yencode/yencode-0.46.ebuild,v 1.12 2004/05/12 03:31:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/yencode/yencode-0.46.ebuild,v 1.13 2004/05/28 17:31:21 vapier Exp $ -S=${WORKDIR}/${P} -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.yencode.org" DESCRIPTION="yEnc encoder/decoder package" -DEPEND="virtual/glibc" +HOMEPAGE="http://www.yencode.org" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc ~sparc" +SLOT="0" +KEYWORDS="x86 ppc ~sparc arm" +IUSE="" + +DEPEND="virtual/glibc" src_compile() { local myconf @@ -32,7 +33,6 @@ src_install () { mandir=${D}/usr/share/man \ infodir=${D}/usr/share/info \ install || die - - dodoc AUTHORS COPYING NEWS README ChangeLog + dodoc AUTHORS NEWS README ChangeLog doman doc/ydecode.1 doc/yencode.1 doc/ypost.1 doc/ypostrc.5 } |