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
commitc3f2ffcbe3bc1c4edf6ef623a20ff9bdea1632c8 (patch)
tree5a190e49581addbe2fb17e738b9ea3deefba7e83 /app-pda/multisync
parentStable on x86 as part of GNOME-2.4.1 (diff)
downloadhistorical-c3f2ffcbe3bc1c4edf6ef623a20ff9bdea1632c8.tar.gz
historical-c3f2ffcbe3bc1c4edf6ef623a20ff9bdea1632c8.tar.bz2
historical-c3f2ffcbe3bc1c4edf6ef623a20ff9bdea1632c8.zip
Change ${PF} references to ${P}
Diffstat (limited to 'app-pda/multisync')
-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..50ebd2c1222a 100644
--- a/app-pda/multisync/Manifest
+++ b/app-pda/multisync/Manifest
@@ -1,4 +1,4 @@
-MD5 2b3bff3e5e673e4a7902f387542ebe8a multisync-0.81-r1.ebuild 2169
+MD5 f6e73bb86ff7ee7d913086820a7af85b 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() {