diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-10-13 19:26:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-10-13 19:26:12 +0000 |
commit | 6a581c5ee9c12af795854c759c87f19a916caaaa (patch) | |
tree | 066e250bd1c386caef89a4db040535e4e3e73db5 | |
parent | Make the ebuild fail if the compile fails. (diff) | |
download | gentoo-2-6a581c5ee9c12af795854c759c87f19a916caaaa.tar.gz gentoo-2-6a581c5ee9c12af795854c759c87f19a916caaaa.tar.bz2 gentoo-2-6a581c5ee9c12af795854c759c87f19a916caaaa.zip |
repoman: Trim trailing whitespace
-rw-r--r-- | app-pda/pilot-mailsync/Manifest | 2 | ||||
-rw-r--r-- | app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/bluez-hciemu/Manifest | 2 | ||||
-rw-r--r-- | net-wireless/bluez-hciemu/bluez-hciemu-1.0.ebuild | 5 |
4 files changed, 6 insertions, 7 deletions
diff --git a/app-pda/pilot-mailsync/Manifest b/app-pda/pilot-mailsync/Manifest index df3236f3f70f..7ae3c6c251fd 100644 --- a/app-pda/pilot-mailsync/Manifest +++ b/app-pda/pilot-mailsync/Manifest @@ -1,4 +1,4 @@ MD5 ce7efbac096bf3b004dda29f0d87b153 ChangeLog 436 MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156 -MD5 9e7d3b28194cc7221502509ad9fa494e pilot-mailsync-0.8.0.2.ebuild 769 +MD5 d50ef06aab13696e4bb071a4be969f3c pilot-mailsync-0.8.0.2.ebuild 770 MD5 6f4db2e33b85320840d9490d4408773a files/digest-pilot-mailsync-0.8.0.2 75 diff --git a/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild b/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild index b0073fe06b0e..d7c8769c85e4 100644 --- a/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild +++ b/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.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/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild,v 1.1 2003/10/12 02:37:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild,v 1.2 2003/10/13 19:26:10 mr_bones_ Exp $ DESCRIPTION="An application to transfer outgoing mail from and deliver incoming mail to a Palm OS device." HOMEPAGE="http://wissrech.iam.uni-bonn.de/people/garcke/pms/" @@ -9,7 +9,7 @@ SRC_URI="http://wissrech.iam.uni-bonn.de/people/garcke/pms/${P}.tar.gz" LICENSE="MPL-1.0" SLOT="0" KEYWORDS="~x86" -IUSE="ssl" +IUSE="ssl" DEPEND="ssl? ( dev-libs/openssl ) >=app-pda/pilot-link-0.11.7-r1" diff --git a/net-wireless/bluez-hciemu/Manifest b/net-wireless/bluez-hciemu/Manifest index 78a15b088278..d2ec4a0a5798 100644 --- a/net-wireless/bluez-hciemu/Manifest +++ b/net-wireless/bluez-hciemu/Manifest @@ -1,4 +1,4 @@ MD5 c44cc4ea8e107817bab961fc6055de0e ChangeLog 630 -MD5 ff37bca4109e0299b917d2d3f973ce28 bluez-hciemu-1.0.ebuild 674 +MD5 2925b94386caeafc42843975b7863a29 bluez-hciemu-1.0.ebuild 674 MD5 23d1ee94cc2fb13eb6dcae0a51b061fa metadata.xml 237 MD5 f5381103c4e278a6cc5b444451df12c4 files/digest-bluez-hciemu-1.0 68 diff --git a/net-wireless/bluez-hciemu/bluez-hciemu-1.0.ebuild b/net-wireless/bluez-hciemu/bluez-hciemu-1.0.ebuild index d2f38ddaa89e..ffec67dbdd45 100644 --- a/net-wireless/bluez-hciemu/bluez-hciemu-1.0.ebuild +++ b/net-wireless/bluez-hciemu/bluez-hciemu-1.0.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/net-wireless/bluez-hciemu/bluez-hciemu-1.0.ebuild,v 1.3 2003/10/12 02:01:04 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-hciemu/bluez-hciemu-1.0.ebuild,v 1.4 2003/10/13 19:24:52 mr_bones_ Exp $ DESCRIPTION="bluetooth HCI emulator" HOMEPAGE="http://bluez.sourceforge.net/" @@ -17,10 +17,9 @@ DEPEND="=dev-libs/glib-1.2* src_compile() { econf || die "configure failed" emake || die "make failed" -} +} src_install() { make DESTDIR=${D} install || die "install failed" dodoc README AUTHORS ChangeLog } - |