summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-31 00:15:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-31 00:15:58 +0000
commit55939b4abfbe09523a335da5fc746ab138f7136c (patch)
tree2ef779868b409cde97d76b8d2833607c35762b57 /media-libs/pablio
parentRemove conditional libtoolize (without re-autoconf) and just call elibtoolize... (diff)
downloadhistorical-55939b4abfbe09523a335da5fc746ab138f7136c.tar.gz
historical-55939b4abfbe09523a335da5fc746ab138f7136c.tar.bz2
historical-55939b4abfbe09523a335da5fc746ab138f7136c.zip
Drop the macos Makefile hack as it's not in $FILESDIR, and userland_Darwin is not the right way to check that if multiple makefiles are needed.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'media-libs/pablio')
-rw-r--r--media-libs/pablio/ChangeLog6
-rw-r--r--media-libs/pablio/Manifest16
-rw-r--r--media-libs/pablio/pablio-18.1.ebuild8
3 files changed, 20 insertions, 10 deletions
diff --git a/media-libs/pablio/ChangeLog b/media-libs/pablio/ChangeLog
index 5d1ed092b10a..d96ec94229d7 100644
--- a/media-libs/pablio/ChangeLog
+++ b/media-libs/pablio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/pablio
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/pablio/ChangeLog,v 1.3 2005/07/24 17:30:47 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/pablio/ChangeLog,v 1.4 2005/12/31 00:15:58 flameeyes Exp $
+
+ 31 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> pablio-18.1.ebuild:
+ Drop the macos Makefile hack as it's not in $FILESDIR, and userland_Darwin
+ is not the right way to check that if multiple makefiles are needed.
24 Jul 2005; David Holm <dholm@gentoo.org> pablio-18.1.ebuild:
Added to ~ppc.
diff --git a/media-libs/pablio/Manifest b/media-libs/pablio/Manifest
index d39d022a46f3..3fb4053a4cbd 100644
--- a/media-libs/pablio/Manifest
+++ b/media-libs/pablio/Manifest
@@ -1,5 +1,15 @@
-MD5 9170f65f3885226778c21a18e35345dc ChangeLog 652
-MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
-MD5 62a2bd86546aedede03cb10bd76e9b33 pablio-18.1.ebuild 994
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 fd68d6625efae75d520383575886d179 ChangeLog 878
MD5 24037d452fff400001cf4a3a4dec3585 files/digest-pablio-18.1 64
MD5 e8a78131e0509237cf7bd5906b60d8aa files/pablio-18.1-Makefile.linux 1494
+MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
+MD5 d154f5fa7db968bd5592f37d4aa56c90 pablio-18.1.ebuild 903
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDtc3KAiZjviIA2XgRAlRGAKC5+n2JG2YTurhJKIiLQOE2YmJ4DQCgxMH4
+D/4WssbIZ71p+VvvHi+1L14=
+=eNTK
+-----END PGP SIGNATURE-----
diff --git a/media-libs/pablio/pablio-18.1.ebuild b/media-libs/pablio/pablio-18.1.ebuild
index f2a241d0029a..9acd472e507b 100644
--- a/media-libs/pablio/pablio-18.1.ebuild
+++ b/media-libs/pablio/pablio-18.1.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/media-libs/pablio/pablio-18.1.ebuild,v 1.3 2005/07/24 17:30:47 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/pablio/pablio-18.1.ebuild,v 1.4 2005/12/31 00:15:58 flameeyes Exp $
inherit toolchain-funcs
@@ -23,11 +23,7 @@ S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A}
- if use userland_Darwin ; then
- cp ${FILESDIR}/${P}-Makefile.macos ${S}/Makefile
- else
- cp ${FILESDIR}/${P}-Makefile.linux ${S}/Makefile
- fi
+ cp ${FILESDIR}/${P}-Makefile.linux ${S}/Makefile
}
src_compile() {