diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-13 14:37:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-13 14:37:42 +0000 |
commit | 0f2b04c677f9eb4c862b744588caf0892e7bc6aa (patch) | |
tree | 570b23029b5a285ea0e9b393247b64cb6d4e58ce /www-misc/bookmarksync | |
parent | Scrap the supplied ipfw script and replace with my own ipfw stateful (diff) | |
download | gentoo-2-0f2b04c677f9eb4c862b744588caf0892e7bc6aa.tar.gz gentoo-2-0f2b04c677f9eb4c862b744588caf0892e7bc6aa.tar.bz2 gentoo-2-0f2b04c677f9eb4c862b744588caf0892e7bc6aa.zip |
x86 stable
(Portage version: 2.1.2.2)
Diffstat (limited to 'www-misc/bookmarksync')
-rw-r--r-- | www-misc/bookmarksync/ChangeLog | 6 | ||||
-rw-r--r-- | www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www-misc/bookmarksync/ChangeLog b/www-misc/bookmarksync/ChangeLog index 00121f26b03c..2b480aeea1c7 100644 --- a/www-misc/bookmarksync/ChangeLog +++ b/www-misc/bookmarksync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-misc/bookmarksync # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/ChangeLog,v 1.5 2007/02/22 00:16:29 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/ChangeLog,v 1.6 2007/03/13 14:37:42 armin76 Exp $ + + 13 Mar 2007; Raúl Porcel <armin76@gentoo.org> + bookmarksync-0.3.4-r1.ebuild: + x86 stable 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild b/www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild index c3b96b09239b..0ce7a56d3175 100644 --- a/www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild +++ b/www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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 $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild,v 1.2 2007/03/13 14:37:42 armin76 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" +KEYWORDS="ppc x86" SLOT="0" IUSE="perl" |