diff options
author | Josh Glover <jmglov@gentoo.org> | 2004-06-23 11:42:08 +0000 |
---|---|---|
committer | Josh Glover <jmglov@gentoo.org> | 2004-06-23 11:42:08 +0000 |
commit | f602de7526d8fb1480a073ff6d2a9f38a25c9df0 (patch) | |
tree | b06f6f6359c8a8155a2fcff7478467b6c0d742ff /net-www | |
parent | Marked stable on hppa. (diff) | |
download | historical-f602de7526d8fb1480a073ff6d2a9f38a25c9df0.tar.gz historical-f602de7526d8fb1480a073ff6d2a9f38a25c9df0.tar.bz2 historical-f602de7526d8fb1480a073ff6d2a9f38a25c9df0.zip |
Version bump; submitted by M3Dlor in bug #47889
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/bookmarksync/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/bookmarksync/Manifest | 4 | ||||
-rw-r--r-- | net-www/bookmarksync/bookmarksync-0.3.4.ebuild | 38 | ||||
-rw-r--r-- | net-www/bookmarksync/files/digest-bookmarksync-0.3.4 | 1 |
4 files changed, 48 insertions, 2 deletions
diff --git a/net-www/bookmarksync/ChangeLog b/net-www/bookmarksync/ChangeLog index 7b2f2230f80a..a33edba971eb 100644 --- a/net-www/bookmarksync/ChangeLog +++ b/net-www/bookmarksync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/bookmarksync # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/bookmarksync/ChangeLog,v 1.5 2004/06/22 11:49:14 jmglov Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/bookmarksync/ChangeLog,v 1.6 2004/06/23 11:42:08 jmglov Exp $ + +*bookmarksync-0.3.4 (23 Jun 2004) + + 23 Jun 2004; Josh Glover <jmglov@gentoo.org> bookmarksync-0.3.4.ebuild: + Version bump; submitted by M3Dlor in bug #47889 *bookmarksync-0.3.3 (22 Jun 2004) diff --git a/net-www/bookmarksync/Manifest b/net-www/bookmarksync/Manifest index 1b680746a736..9cb75a5498b1 100644 --- a/net-www/bookmarksync/Manifest +++ b/net-www/bookmarksync/Manifest @@ -1,8 +1,10 @@ -MD5 cb6d07df1d686ab852b2ceed3cc28d57 ChangeLog 1204 +MD5 0cba64ec9f20979cfd48c4cb313908c1 ChangeLog 1364 MD5 845873426fa6543e7e4a0240b31b6447 bookmarksync-0.3.1.ebuild 616 MD5 c88f88cb9a5b8c6ed2566e4f25d0a871 bookmarksync-0.3.2.ebuild 617 MD5 f86532a5b261735b343d04c5650f0214 bookmarksync-0.3.3.ebuild 879 MD5 29ca50d5c99cbbe7c57ee1df65e0d3bf metadata.xml 495 +MD5 4b08632587250cbc10ef14e56a164f5d bookmarksync-0.3.4.ebuild 879 MD5 e9d3e569d5e3b22a0c39b68babd41a6d files/digest-bookmarksync-0.3.1 69 MD5 9dd32e274bee7628a973c924ca72ec7d files/digest-bookmarksync-0.3.2 69 MD5 19e3be17cd6a26afe690440c518b0831 files/digest-bookmarksync-0.3.3 69 +MD5 e27922d01ff8a960203609a9f9a730f2 files/digest-bookmarksync-0.3.4 69 diff --git a/net-www/bookmarksync/bookmarksync-0.3.4.ebuild b/net-www/bookmarksync/bookmarksync-0.3.4.ebuild new file mode 100644 index 000000000000..81c21ac68513 --- /dev/null +++ b/net-www/bookmarksync/bookmarksync-0.3.4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/bookmarksync/bookmarksync-0.3.4.ebuild,v 1.1 2004/06/23 11:42:08 jmglov 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" +SLOT="0" + +IUSE="perl" +RESTRICT="nomirror" + +DEPEND="virtual/glibc" +RDEPEND="${DEPEND} + perl? ( dev-lang/perl )" + +src_compile() { + emake || die +} + +src_install () { + exeinto /usr/bin + doexe bookmarksync + if use perl >/dev/null; then + doexe tools/bookmarksync.pl + dodoc README.tools + fi + dodoc README TODO DEVELOPERS +} + +pkg_postinst () { + if use perl >/dev/null; then + ewarn "You will need to modify bookmarksync.pl before use" + fi +} diff --git a/net-www/bookmarksync/files/digest-bookmarksync-0.3.4 b/net-www/bookmarksync/files/digest-bookmarksync-0.3.4 new file mode 100644 index 000000000000..a576c8821623 --- /dev/null +++ b/net-www/bookmarksync/files/digest-bookmarksync-0.3.4 @@ -0,0 +1 @@ +MD5 45f4881cc0b4addaa075be484962300b bookmarksync-0.3.4.tar.gz 14324 |