diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-02 19:00:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-02 19:00:36 +0000 |
commit | 36263ab324eff7811794e93f734cc77ad5904fbd (patch) | |
tree | dfbc8e2aefc194d7cb2c8ead8d951e94d0582cd8 /app-pda | |
parent | 029 version bump (diff) | |
download | historical-36263ab324eff7811794e93f734cc77ad5904fbd.tar.gz historical-36263ab324eff7811794e93f734cc77ad5904fbd.tar.bz2 historical-36263ab324eff7811794e93f734cc77ad5904fbd.zip |
sync IUSE (+nls, +perl)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/coldsync/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/coldsync/Manifest | 6 | ||||
-rw-r--r-- | app-pda/coldsync/coldsync-2.2.5-r1.ebuild | 3 | ||||
-rw-r--r-- | app-pda/coldsync/coldsync-2.2.5.ebuild | 3 |
4 files changed, 12 insertions, 6 deletions
diff --git a/app-pda/coldsync/ChangeLog b/app-pda/coldsync/ChangeLog index daf44dcdb807..4fde9f889a7c 100644 --- a/app-pda/coldsync/ChangeLog +++ b/app-pda/coldsync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/coldsync # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/ChangeLog,v 1.3 2004/06/24 21:40:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/ChangeLog,v 1.4 2004/07/02 19:00:36 agriffis Exp $ + + 02 Jul 2004; Aron Griffis <agriffis@gentoo.org> coldsync-2.2.5-r1.ebuild, + coldsync-2.2.5.ebuild: + sync IUSE (+nls, +perl) *coldsync-2.2.5 (30 Aug 2003) diff --git a/app-pda/coldsync/Manifest b/app-pda/coldsync/Manifest index 409bfc324fee..157168a77b77 100644 --- a/app-pda/coldsync/Manifest +++ b/app-pda/coldsync/Manifest @@ -1,6 +1,6 @@ -MD5 73a40113a8bcd3e2a8da92f68e5364dd coldsync-2.2.5-r1.ebuild 1160 -MD5 08a185e59ad465b1578736488285b648 coldsync-2.2.5.ebuild 958 -MD5 c9b287cebb9ba3a2d11c25fdf2cbef0b ChangeLog 898 +MD5 eec6c397e478905f991c80089dc7a044 coldsync-2.2.5-r1.ebuild 1176 +MD5 e951537ea5106e1cd64764e3c2f79ad9 coldsync-2.2.5.ebuild 974 +MD5 4f6abb6f580e18b1445427853d47daef ChangeLog 1026 MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156 MD5 cc3ae92d1eed6d972a772c1682c1a1c9 files/coldsync-2.2.5-gcc3.diff 308 MD5 04ecb777d14c4aa748b305fa0d64adea files/digest-coldsync-2.2.5 66 diff --git a/app-pda/coldsync/coldsync-2.2.5-r1.ebuild b/app-pda/coldsync/coldsync-2.2.5-r1.ebuild index 5ba79cf8380b..aa6813dee81c 100644 --- a/app-pda/coldsync/coldsync-2.2.5-r1.ebuild +++ b/app-pda/coldsync/coldsync-2.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.3 2004/06/24 21:40:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.4 2004/07/02 19:00:36 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations" @@ -10,6 +10,7 @@ HOMEPAGE="http://www.coldsync.org/" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 sparc" +IUSE="nls perl" src_compile() { cd ${S} diff --git a/app-pda/coldsync/coldsync-2.2.5.ebuild b/app-pda/coldsync/coldsync-2.2.5.ebuild index 367f7981410d..041d51948548 100644 --- a/app-pda/coldsync/coldsync-2.2.5.ebuild +++ b/app-pda/coldsync/coldsync-2.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5.ebuild,v 1.3 2004/06/24 21:40:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5.ebuild,v 1.4 2004/07/02 19:00:36 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations" @@ -10,6 +10,7 @@ HOMEPAGE="http://www.coldsync.org/" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 sparc" +IUSE="nls perl" src_compile() { local myconf |