summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-29 09:16:02 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-29 09:16:02 +0000
commit2abaea74d17361e1e02f416ce8ba9773d6f34293 (patch)
treed102ed11de15dfd47e280f2d3625b6cb311ccee8 /dev-libs
parentVersion bump (diff)
downloadgentoo-2-2abaea74d17361e1e02f416ce8ba9773d6f34293.tar.gz
gentoo-2-2abaea74d17361e1e02f416ce8ba9773d6f34293.tar.bz2
gentoo-2-2abaea74d17361e1e02f416ce8ba9773d6f34293.zip
m68k love
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/check/check-0.8.4.ebuild8
-rw-r--r--dev-libs/check/check-0.9.2.ebuild4
-rw-r--r--dev-libs/expat/expat-1.95.8.ebuild9
3 files changed, 10 insertions, 11 deletions
diff --git a/dev-libs/check/check-0.8.4.ebuild b/dev-libs/check/check-0.8.4.ebuild
index 83b5a0b1420f..62b36393c9c2 100644
--- a/dev-libs/check/check-0.8.4.ebuild
+++ b/dev-libs/check/check-0.8.4.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/dev-libs/check/check-0.8.4.ebuild,v 1.22 2005/01/10 14:20:27 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.8.4.ebuild,v 1.23 2005/05/29 09:16:02 vapier Exp $
DESCRIPTION="unit test framework for C"
HOMEPAGE="http://sourceforge.net/projects/check/"
@@ -8,12 +8,12 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86"
IUSE=""
-DEPEND="virtual/libc"
+DEPEND=""
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README
}
diff --git a/dev-libs/check/check-0.9.2.ebuild b/dev-libs/check/check-0.9.2.ebuild
index 056f95f81ea4..5ae19eea4934 100644
--- a/dev-libs/check/check-0.9.2.ebuild
+++ b/dev-libs/check/check-0.9.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/dev-libs/check/check-0.9.2.ebuild,v 1.11 2005/04/09 20:51:28 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.9.2.ebuild,v 1.12 2005/05/29 09:16:02 vapier Exp $
DESCRIPTION="A unit test framework for C"
HOMEPAGE="http://sourceforge.net/projects/check/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 s390 sh sparc x86 ppc64 ppc"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""
diff --git a/dev-libs/expat/expat-1.95.8.ebuild b/dev-libs/expat/expat-1.95.8.ebuild
index 486586d9ac13..d29c50ae4c79 100644
--- a/dev-libs/expat/expat-1.95.8.ebuild
+++ b/dev-libs/expat/expat-1.95.8.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/dev-libs/expat/expat-1.95.8.ebuild,v 1.14 2005/02/21 04:55:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.8.ebuild,v 1.15 2005/05/29 09:13:35 vapier Exp $
inherit libtool
@@ -10,12 +10,11 @@ SRC_URI="mirror://sourceforge/expat/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86"
IUSE="test"
-DEPEND="virtual/libc
- test? ( >=dev-libs/check-0.8 )"
-RDEPEND="virtual/libc"
+DEPEND="test? ( >=dev-libs/check-0.8 )"
+RDEPEND=""
src_unpack() {
unpack ${A}