diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:24:03 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:24:03 +0000 |
commit | 9b5fc27743d0f914f049b5abbd424a68fa496560 (patch) | |
tree | 893c9c4b145787e74faefd9ef989620af3e67939 /x11-libs/libPropList | |
parent | header fix (diff) | |
download | gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.gz gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.bz2 gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'x11-libs/libPropList')
-rw-r--r-- | x11-libs/libPropList/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/libPropList/libPropList-0.10.1-r2.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/libPropList/libPropList-0.10.1-r3.ebuild | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11-libs/libPropList/Manifest b/x11-libs/libPropList/Manifest index 36d74eae1115..378f18f30ff2 100644 --- a/x11-libs/libPropList/Manifest +++ b/x11-libs/libPropList/Manifest @@ -1,5 +1,5 @@ MD5 eaf9af0d86c26bc657c31082b85496bc ChangeLog 994 -MD5 d0d19ff11ae7d6fb8cebfccd495b26de libPropList-0.10.1-r2.ebuild 693 -MD5 4ff7a3cfcaa622f6a87e5550722c8685 libPropList-0.10.1-r3.ebuild 880 +MD5 003cf3ce1bfc14c9c4fc7e9f068c1897 libPropList-0.10.1-r2.ebuild 665 +MD5 236ce7f47a140bbe49bf25c3ade462e8 libPropList-0.10.1-r3.ebuild 852 MD5 2be547476abcda63d9b75620a77106ff files/digest-libPropList-0.10.1-r2 70 MD5 2be547476abcda63d9b75620a77106ff files/digest-libPropList-0.10.1-r3 70 diff --git a/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild b/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild index 39e4abc5f7df..b5911389980e 100644 --- a/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild +++ b/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild,v 1.10 2003/02/13 16:58:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild,v 1.11 2003/09/07 00:23:27 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="libPropList" @@ -12,14 +12,14 @@ KEYWORDS="x86 ppc sparc " DEPEND="virtual/glibc" -src_compile() { +src_compile() { ./configure --host=${CHOST} --prefix=/usr || die make || die } -src_install() { +src_install() { make prefix=${D}/usr install || die diff --git a/x11-libs/libPropList/libPropList-0.10.1-r3.ebuild b/x11-libs/libPropList/libPropList-0.10.1-r3.ebuild index fa2778f75446..b4ceef8243ef 100644 --- a/x11-libs/libPropList/libPropList-0.10.1-r3.ebuild +++ b/x11-libs/libPropList/libPropList-0.10.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r3.ebuild,v 1.6 2003/02/13 16:58:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r3.ebuild,v 1.7 2003/09/07 00:23:27 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="libPropList" @@ -12,7 +12,7 @@ KEYWORDS="x86 ppc sparc " DEPEND="virtual/glibc" -src_compile() { +src_compile() { ./configure --prefix=/usr \ --sysconfdir=/etc \ @@ -27,7 +27,7 @@ src_compile() { } -src_install() { +src_install() { make prefix=${D}/usr install || die |