summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Dack <tad@gentoo.org>2004-01-14 14:26:46 +0000
committerTroy Dack <tad@gentoo.org>2004-01-14 14:26:46 +0000
commit8553e8e072e58b3816edf081b02024adcb981d2c (patch)
tree07ed94a1208bfce30e70c52fd8287a14a6b17a8a /app-pda
parentStable on x86 as part of GNOME-2.4.1 (Manifest recommit) (diff)
downloadgentoo-2-8553e8e072e58b3816edf081b02024adcb981d2c.tar.gz
gentoo-2-8553e8e072e58b3816edf081b02024adcb981d2c.tar.bz2
gentoo-2-8553e8e072e58b3816edf081b02024adcb981d2c.zip
Change ${PF} references to ${P}
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/multisync/Manifest2
-rw-r--r--app-pda/multisync/multisync-0.81-r1.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/app-pda/multisync/Manifest b/app-pda/multisync/Manifest
index 42661749a321..b363df897eae 100644
--- a/app-pda/multisync/Manifest
+++ b/app-pda/multisync/Manifest
@@ -1,4 +1,4 @@
-MD5 2b3bff3e5e673e4a7902f387542ebe8a multisync-0.81-r1.ebuild 2169
+MD5 f29276fa4f672cef67564e16b2e49596 multisync-0.81-r1.ebuild 2155
MD5 d0df23a8881b03339b59a965cd3b35bb multisync-0.81.ebuild 2261
MD5 d49b4b7e6bdf5e33e5cbe02f0eb4e7d8 multisync-0.80-r1.ebuild 2246
MD5 468a1734770f4f499fa4b2a604ed7a3e ChangeLog 1246
diff --git a/app-pda/multisync/multisync-0.81-r1.ebuild b/app-pda/multisync/multisync-0.81-r1.ebuild
index 9ab6a276a3ad..31c6b5cb85cc 100644
--- a/app-pda/multisync/multisync-0.81-r1.ebuild
+++ b/app-pda/multisync/multisync-0.81-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/multisync-0.81-r1.ebuild,v 1.1 2004/01/14 14:00:09 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/multisync-0.81-r1.ebuild,v 1.2 2004/01/14 14:26:46 tad Exp $
DESCRIPTION="Client to sync apps with WinCE or mobile devices"
@@ -8,7 +8,7 @@ HOMEPAGE="http://multisync.sourceforge.net/"
# Point to any required sources; these will be automatically downloaded by
# Portage.
-SRC_URI="mirror://sourceforge/multisync/${PN}-${PV}.tar.bz2"
+SRC_URI="mirror://sourceforge/multisync/${P}.tar.bz2"
LICENSE="GPL-2"
@@ -38,7 +38,7 @@ DEPEND="virtual/glibc
# Run-time dependencies, same as DEPEND if RDEPEND isn't defined:
-S=${WORKDIR}/${PF/-r1/}
+S=${WORKDIR}/${P}
PLUGINS="backup_plugin syncml_plugin"
@@ -62,7 +62,7 @@ src_unpack() {
# Fix the opie Makefile
cd ${S}
- epatch ${FILESDIR}/${PF}-gentoo.patch
+ epatch ${FILESDIR}/${P}-gentoo.patch
}
src_compile() {