summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-04 10:46:07 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-04 10:46:07 +0000
commit4b3b01b4bca4e0e39ffe48038d06e4ee4168cd78 (patch)
tree896fb4f9d21261ea57fed6e5b01bf278809b350d /dev-libs
parentmake this ebuild suck less and stabilize for arm/ia64/s390/sh (diff)
downloadhistorical-4b3b01b4bca4e0e39ffe48038d06e4ee4168cd78.tar.gz
historical-4b3b01b4bca4e0e39ffe48038d06e4ee4168cd78.tar.bz2
historical-4b3b01b4bca4e0e39ffe48038d06e4ee4168cd78.zip
touchups & arm stable
Package-Manager: portage-2.1.2_rc1-r2
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/fribidi/fribidi-0.10.7.ebuild11
-rw-r--r--dev-libs/libebml/libebml-0.7.7.ebuild16
2 files changed, 7 insertions, 20 deletions
diff --git a/dev-libs/fribidi/fribidi-0.10.7.ebuild b/dev-libs/fribidi/fribidi-0.10.7.ebuild
index 1b52dd876b98..07ab9cc08c6c 100644
--- a/dev-libs/fribidi/fribidi-0.10.7.ebuild
+++ b/dev-libs/fribidi/fribidi-0.10.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.10.7.ebuild,v 1.12 2006/10/20 00:17:21 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.10.7.ebuild,v 1.13 2006/11/04 10:43:38 vapier Exp $
DESCRIPTION="A free implementation of the unicode bidirectional algorithm"
HOMEPAGE="http://fribidi.org/"
@@ -8,16 +8,9 @@ SRC_URI="http://fribidi.org/download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc-macos ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc-macos ppc64 sparc x86 ~x86-fbsd"
IUSE=""
-DEPEND="virtual/libc"
-
-src_compile() {
- econf || die
- emake || die "emake failed"
-}
-
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS NEWS README ChangeLog THANKS TODO
diff --git a/dev-libs/libebml/libebml-0.7.7.ebuild b/dev-libs/libebml/libebml-0.7.7.ebuild
index 58ab0ac0e338..3699d13792ea 100644
--- a/dev-libs/libebml/libebml-0.7.7.ebuild
+++ b/dev-libs/libebml/libebml-0.7.7.ebuild
@@ -1,10 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7.ebuild,v 1.9 2006/10/20 00:21:37 kloeri Exp $
-
-inherit eutils
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7.ebuild,v 1.10 2006/11/04 10:46:07 vapier Exp $
DESCRIPTION="Extensible binary format library (kinda like XML)"
HOMEPAGE="http://www.matroska.org/"
@@ -12,13 +8,11 @@ SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc-macos ppc64 sparc x86"
-
-DEPEND=""
-RDEPEND=""
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc-macos ppc64 sparc x86"
+IUSE=""
src_install() {
- cd ${S}/make/linux
+ cd "${S}"/make/linux
einstall libdir="${D}/usr/$(get_libdir)" || die "make install failed"
- dodoc ${S}/ChangeLog
+ dodoc "${S}"/ChangeLog
}