diff options
author | 2006-08-26 19:03:56 +0000 | |
---|---|---|
committer | 2006-08-26 19:03:56 +0000 | |
commit | 5e93b8615c88b7d48c6a7e853ec54a7c52f919a2 (patch) | |
tree | 31441deaf1dc8eaefc114fd09cfd8d4b32deebf1 | |
parent | More treecleaner maskings (diff) | |
download | gentoo-2-5e93b8615c88b7d48c6a7e853ec54a7c52f919a2.tar.gz gentoo-2-5e93b8615c88b7d48c6a7e853ec54a7c52f919a2.tar.bz2 gentoo-2-5e93b8615c88b7d48c6a7e853ec54a7c52f919a2.zip |
doexe to dobin for bug # 101521
(Portage version: 1445-svn)
-rw-r--r-- | www-misc/bookmarksync/ChangeLog | 10 | ||||
-rw-r--r-- | www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild | 31 | ||||
-rw-r--r-- | www-misc/bookmarksync/files/digest-bookmarksync-0.3.4-r1 | 1 |
3 files changed, 40 insertions, 2 deletions
diff --git a/www-misc/bookmarksync/ChangeLog b/www-misc/bookmarksync/ChangeLog index 4541ef305b96..7d5997178101 100644 --- a/www-misc/bookmarksync/ChangeLog +++ b/www-misc/bookmarksync/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-misc/bookmarksync -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/ChangeLog,v 1.3 2004/09/05 09:11:37 swegener Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/ChangeLog,v 1.4 2006/08/26 19:03:56 antarus Exp $ + +*bookmarksync-0.3.4-r1 (26 Aug 2006) + + 26 Aug 2006; Alec Warner <antarus@gentoo.org> + +bookmarksync-0.3.4-r1.ebuild: + doexe to dobin for bug # 101521 05 Sep 2004; Sven Wegener <swegener@gentoo.org> : Fixed ChangeLog header. diff --git a/www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild b/www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild new file mode 100644 index 000000000000..c3b96b09239b --- /dev/null +++ b/www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild,v 1.1 2006/08/26 19:03:56 antarus Exp $ + +DESCRIPTION="bookmarksync synchronizes various browser bookmark files" +HOMEPAGE="http://sourceforge.net/projects/booksync/" +SRC_URI="mirror://sourceforge/booksync/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86 ppc" +SLOT="0" + +IUSE="perl" +RESTRICT="nomirror" + +DEPEND="virtual/libc" +RDEPEND="${DEPEND} + perl? ( dev-lang/perl )" + +src_install () { + dobin bookmarksync + if use perl ; then + dobin tools/bookmarksync.pl + dodoc README.tools + fi + dodoc README TODO DEVELOPERS +} + +pkg_postinst () { + use perl && ewarn "You will need to modify bookmarksync.pl before use" +} diff --git a/www-misc/bookmarksync/files/digest-bookmarksync-0.3.4-r1 b/www-misc/bookmarksync/files/digest-bookmarksync-0.3.4-r1 new file mode 100644 index 000000000000..a576c8821623 --- /dev/null +++ b/www-misc/bookmarksync/files/digest-bookmarksync-0.3.4-r1 @@ -0,0 +1 @@ +MD5 45f4881cc0b4addaa075be484962300b bookmarksync-0.3.4.tar.gz 14324 |