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 | c4295f40158fa5836d905a058b17102477d34282 (patch) | |
tree | d03f34a4e21940eb693a81f6766cb0de4b6e1086 /app-pda/coldsync | |
parent | 029 version bump (Manifest recommit) (diff) | |
download | gentoo-2-c4295f40158fa5836d905a058b17102477d34282.tar.gz gentoo-2-c4295f40158fa5836d905a058b17102477d34282.tar.bz2 gentoo-2-c4295f40158fa5836d905a058b17102477d34282.zip |
sync IUSE (+nls, +perl)
Diffstat (limited to 'app-pda/coldsync')
-rw-r--r-- | app-pda/coldsync/ChangeLog | 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 |
3 files changed, 9 insertions, 3 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/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 |