summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-22 02:06:48 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-22 02:06:48 +0000
commit65662399808ebf413d0c340c0a38d7c3393c05d6 (patch)
tree55e141f2fb797ce9809a1be631f91fc322a45c54
parentm68k love (diff)
downloadgentoo-2-65662399808ebf413d0c340c0a38d7c3393c05d6.tar.gz
gentoo-2-65662399808ebf413d0c340c0a38d7c3393c05d6.tar.bz2
gentoo-2-65662399808ebf413d0c340c0a38d7c3393c05d6.zip
m68k love
(Portage version: 2.0.51.22-r1)
-rw-r--r--app-crypt/hashalot/hashalot-0.3.ebuild12
-rw-r--r--app-editors/nano/nano-1.2.5.ebuild4
-rw-r--r--app-portage/genlop/genlop-0.30.2.ebuild4
-rw-r--r--app-portage/genlop/genlop-0.30.3.ebuild4
-rw-r--r--dev-perl/DateManip/DateManip-5.42a-r1.ebuild6
-rw-r--r--net-misc/iputils/iputils-021109-r3.ebuild4
-rw-r--r--sys-apps/findutils/findutils-4.1.20-r1.ebuild4
-rw-r--r--sys-devel/flex/flex-2.5.4a-r5.ebuild8
-rw-r--r--sys-devel/flex/flex-2.5.4a-r6.ebuild6
9 files changed, 24 insertions, 28 deletions
diff --git a/app-crypt/hashalot/hashalot-0.3.ebuild b/app-crypt/hashalot/hashalot-0.3.ebuild
index 21f2c6051a10..e096777d90db 100644
--- a/app-crypt/hashalot/hashalot-0.3.ebuild
+++ b/app-crypt/hashalot/hashalot-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.12 2005/01/01 12:30:48 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/hashalot/hashalot-0.3.ebuild,v 1.13 2005/05/22 02:06:48 vapier Exp $
DESCRIPTION="CryptoAPI utils"
HOMEPAGE="http://www.kerneli.org/"
@@ -8,19 +8,15 @@ SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
-RDEPEND="virtual/libc"
-DEPEND="sys-apps/gawk
- sys-apps/grep
- virtual/libc
- sys-devel/gcc"
+DEPEND=""
src_test() {
make check-TESTS || die
}
src_install() {
- make DESTDIR=${D} install || die "install error"
+ make DESTDIR="${D}" install || die "install error"
}
diff --git a/app-editors/nano/nano-1.2.5.ebuild b/app-editors/nano/nano-1.2.5.ebuild
index 3d0f9fef2af7..b94edf8938a8 100644
--- a/app-editors/nano/nano-1.2.5.ebuild
+++ b/app-editors/nano/nano-1.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v 1.1 2005/05/18 02:58:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v 1.2 2005/05/22 02:06:13 vapier Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="http://www.nano-editor.org/dist/v1.2/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc s390 sh sparc x86"
IUSE="nls build spell justify debug slang ncurses"
DEPEND=">=sys-libs/ncurses-5.2
diff --git a/app-portage/genlop/genlop-0.30.2.ebuild b/app-portage/genlop/genlop-0.30.2.ebuild
index 348bb2cd2c32..02c072712155 100644
--- a/app-portage/genlop/genlop-0.30.2.ebuild
+++ b/app-portage/genlop/genlop-0.30.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.2.ebuild,v 1.12 2005/04/07 23:21:18 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.2.ebuild,v 1.13 2005/05/22 02:04:14 vapier Exp $
inherit bash-completion
@@ -10,7 +10,7 @@ SRC_URI="http://pollycoke.org/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sparc x86"
IUSE=""
RDEPEND=">=dev-lang/perl-5.8.0-r12
diff --git a/app-portage/genlop/genlop-0.30.3.ebuild b/app-portage/genlop/genlop-0.30.3.ebuild
index b9881d052abb..909282cc4f7e 100644
--- a/app-portage/genlop/genlop-0.30.3.ebuild
+++ b/app-portage/genlop/genlop-0.30.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.3.ebuild,v 1.1 2005/04/07 23:21:18 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/genlop/genlop-0.30.3.ebuild,v 1.2 2005/05/22 02:04:14 vapier Exp $
inherit bash-completion
@@ -10,7 +10,7 @@ SRC_URI="http://pollycoke.org/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc64 ~sparc ~s390 ~amd64 ~arm ~alpha ~mips ~hppa ~ppc"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-lang/perl-5.8.0-r12
diff --git a/dev-perl/DateManip/DateManip-5.42a-r1.ebuild b/dev-perl/DateManip/DateManip-5.42a-r1.ebuild
index f20a813a9b83..c0ce289ab60c 100644
--- a/dev-perl/DateManip/DateManip-5.42a-r1.ebuild
+++ b/dev-perl/DateManip/DateManip-5.42a-r1.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.42a-r1.ebuild,v 1.16 2005/04/25 13:48:33 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.42a-r1.ebuild,v 1.17 2005/05/22 02:05:11 vapier Exp $
inherit perl-module eutils
-DESCRIPTION="Perl date manipulation routines."
+DESCRIPTION="Perl date manipulation routines"
HOMEPAGE="http://www.perl.com/CPAN/authors/id/SBECK/${P}.readme"
SRC_URI="mirror://cpan/authors/id/S/SB/SBECK/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
mydoc="HISTORY TODO"
diff --git a/net-misc/iputils/iputils-021109-r3.ebuild b/net-misc/iputils/iputils-021109-r3.ebuild
index 14afb58b0af8..af65729e89b6 100644
--- a/net-misc/iputils/iputils-021109-r3.ebuild
+++ b/net-misc/iputils/iputils-021109-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r3.ebuild,v 1.21 2005/05/02 22:02:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r3.ebuild,v 1.22 2005/05/22 02:03:12 vapier Exp $
inherit flag-o-matic eutils toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.inr.ac.ru/ip-routing/${PN}-ss${PV}-try.tar.bz2
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE="static ipv6 uclibc doc"
DEPEND="virtual/os-headers
diff --git a/sys-apps/findutils/findutils-4.1.20-r1.ebuild b/sys-apps/findutils/findutils-4.1.20-r1.ebuild
index 01b64dd230d8..af013303f080 100644
--- a/sys-apps/findutils/findutils-4.1.20-r1.ebuild
+++ b/sys-apps/findutils/findutils-4.1.20-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.20-r1.ebuild,v 1.27 2005/02/19 16:45:21 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1.20-r1.ebuild,v 1.28 2005/05/22 02:04:48 vapier Exp $
inherit eutils flag-o-matic gnuconfig toolchain-funcs
@@ -16,7 +16,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE="nls build afs selinux static"
DEPEND="virtual/libc
diff --git a/sys-devel/flex/flex-2.5.4a-r5.ebuild b/sys-devel/flex/flex-2.5.4a-r5.ebuild
index 4df8cd65a917..f6f13b1e1d6c 100644
--- a/sys-devel/flex/flex-2.5.4a-r5.ebuild
+++ b/sys-devel/flex/flex-2.5.4a-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r5.ebuild,v 1.32 2005/01/21 00:07:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r5.ebuild,v 1.33 2005/05/22 02:02:15 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -10,12 +10,12 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="FLEX"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE="build static"
-RDEPEND="virtual/libc"
+DEPEND=""
-S="${WORKDIR}/${P/a/}"
+S=${WORKDIR}/${P/a/}
src_unpack() {
unpack ${A}
diff --git a/sys-devel/flex/flex-2.5.4a-r6.ebuild b/sys-devel/flex/flex-2.5.4a-r6.ebuild
index 8799af941e2e..f7633f4fc2ff 100644
--- a/sys-devel/flex/flex-2.5.4a-r6.ebuild
+++ b/sys-devel/flex/flex-2.5.4a-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r6.ebuild,v 1.2 2005/02/15 06:21:40 kito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r6.ebuild,v 1.3 2005/05/22 02:02:15 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -12,10 +12,10 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="FLEX"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos"
IUSE="build static"
-RDEPEND="virtual/libc"
+DEPEND=""
S=${WORKDIR}/${P/a/}