summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2005-03-07 16:38:53 +0000
committerDon Seiler <rizzo@gentoo.org>2005-03-07 16:38:53 +0000
commitf40e538c7e95682cb5ddf2bccccf333c7422aedb (patch)
treeef21e1c40ce8b3d84e6611e0af517bd9719eab7d /app-pda/bitpim
parentStable on sparc (diff)
downloadhistorical-f40e538c7e95682cb5ddf2bccccf333c7422aedb.tar.gz
historical-f40e538c7e95682cb5ddf2bccccf333c7422aedb.tar.bz2
historical-f40e538c7e95682cb5ddf2bccccf333c7422aedb.zip
Adding nostrip after correspondence with author
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-pda/bitpim')
-rw-r--r--app-pda/bitpim/ChangeLog5
-rw-r--r--app-pda/bitpim/Manifest4
-rw-r--r--app-pda/bitpim/bitpim-0.7.27.ebuild13
3 files changed, 8 insertions, 14 deletions
diff --git a/app-pda/bitpim/ChangeLog b/app-pda/bitpim/ChangeLog
index 1c81f1dcfa3f..a84ca2ca46e0 100644
--- a/app-pda/bitpim/ChangeLog
+++ b/app-pda/bitpim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/bitpim
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/bitpim/ChangeLog,v 1.1 2005/03/04 18:01:31 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/bitpim/ChangeLog,v 1.2 2005/03/07 16:38:53 rizzo Exp $
+
+ 07 Mar 2005; Don Seiler <rizzo@gentoo.org> bitpim-0.7.27.ebuild:
+ Adding nostrip after correspondence with author
*bitpim-0.7.27 (04 Mar 2005)
diff --git a/app-pda/bitpim/Manifest b/app-pda/bitpim/Manifest
index 366f16b01b2f..1ad6361035b4 100644
--- a/app-pda/bitpim/Manifest
+++ b/app-pda/bitpim/Manifest
@@ -1,4 +1,4 @@
-MD5 e83bc05a1a204f9fce558e7fe82de2e6 bitpim-0.7.27.ebuild 890
+MD5 09211d5667c5e5a544d31d9f2319dd22 bitpim-0.7.27.ebuild 818
MD5 b60c549309883ab58a03624848a723e1 metadata.xml 368
-MD5 0b91606cd5eb7560557c0982770de734 ChangeLog 330
+MD5 6002e2e2056d1c05e88fbb5e399f8494 ChangeLog 448
MD5 1868bee49ca375890ab4af5f8f95e72f files/digest-bitpim-0.7.27 71
diff --git a/app-pda/bitpim/bitpim-0.7.27.ebuild b/app-pda/bitpim/bitpim-0.7.27.ebuild
index 2352ee7fb283..52cf58d35739 100644
--- a/app-pda/bitpim/bitpim-0.7.27.ebuild
+++ b/app-pda/bitpim/bitpim-0.7.27.ebuild
@@ -1,26 +1,18 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/bitpim/bitpim-0.7.27.ebuild,v 1.1 2005/03/04 18:01:31 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/bitpim/bitpim-0.7.27.ebuild,v 1.2 2005/03/07 16:38:53 rizzo Exp $
inherit eutils rpm
DESCRIPTION="BitPim is a program that allows you to view and manipulate data on
selected cellular phones."
-
-# Homepage, not used by Portage directly but handy for developer reference
HOMEPAGE="http://www.bitpim.org"
-
SRC_URI="mirror://sourceforge/${PN}/${P}-0.i386.rpm"
-
LICENSE="GPL-2"
SLOT="0"
-
KEYWORDS="~x86"
-
IUSE=""
-
-#RESTRICT="nostrip"
-
+RESTRICT="${RESTRICT} nostrip"
DEPEND="sys-libs/lib-compat"
# Run-time dependencies, same as DEPEND if RDEPEND isn't defined:
@@ -40,5 +32,4 @@ src_install() {
cd ${S}/usr/lib/${P}
exeinto /usr/lib/${P}
doexe bp
-
}