diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-20 18:13:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-20 18:13:34 +0000 |
commit | 84c817cab55ba1f49c6ffe961758f14090cc4ebc (patch) | |
tree | 7302fb1caa4cd589f4822c99df2d2413c7bc7680 /www-misc/bookmarksync | |
parent | Clean up unused entries in {package.,}use.mask. (diff) | |
download | gentoo-2-84c817cab55ba1f49c6ffe961758f14090cc4ebc.tar.gz gentoo-2-84c817cab55ba1f49c6ffe961758f14090cc4ebc.tar.bz2 gentoo-2-84c817cab55ba1f49c6ffe961758f14090cc4ebc.zip |
clean old
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'www-misc/bookmarksync')
-rw-r--r-- | www-misc/bookmarksync/ChangeLog | 9 | ||||
-rw-r--r-- | www-misc/bookmarksync/bookmarksync-0.3.1.ebuild | 18 | ||||
-rw-r--r-- | www-misc/bookmarksync/bookmarksync-0.3.2.ebuild | 18 | ||||
-rw-r--r-- | www-misc/bookmarksync/bookmarksync-0.3.3.ebuild | 33 | ||||
-rw-r--r-- | www-misc/bookmarksync/bookmarksync-0.3.4.ebuild | 33 |
5 files changed, 7 insertions, 104 deletions
diff --git a/www-misc/bookmarksync/ChangeLog b/www-misc/bookmarksync/ChangeLog index 429435f350f1..d0f3cf1df58f 100644 --- a/www-misc/bookmarksync/ChangeLog +++ b/www-misc/bookmarksync/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-misc/bookmarksync -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/ChangeLog,v 1.10 2009/09/23 21:08:04 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/ChangeLog,v 1.11 2010/07/20 18:13:34 mr_bones_ Exp $ + + 20 Jul 2010; Michael Sterrett <mr_bones_@gentoo.org> + -bookmarksync-0.3.1.ebuild, -bookmarksync-0.3.2.ebuild, + -bookmarksync-0.3.3.ebuild, -bookmarksync-0.3.4.ebuild: + clean old cruft 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> bookmarksync-0.3.1.ebuild, bookmarksync-0.3.2.ebuild, bookmarksync-0.3.3.ebuild, diff --git a/www-misc/bookmarksync/bookmarksync-0.3.1.ebuild b/www-misc/bookmarksync/bookmarksync-0.3.1.ebuild deleted file mode 100644 index 9b13ee14d437..000000000000 --- a/www-misc/bookmarksync/bookmarksync-0.3.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/bookmarksync-0.3.1.ebuild,v 1.4 2009/09/23 21:08:04 patrick Exp $ - -IUSE="" - -DESCRIPTION="bookmarksync synchronizes various browser bookmark files" -SRC_URI="mirror://sourceforge/booksync/${P}.tar.gz" -RESTRICT="mirror" -HOMEPAGE="http://sourceforge.net/projects/booksync/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -DEPEND="" - -src_install () { - dobin bookmarksync -} diff --git a/www-misc/bookmarksync/bookmarksync-0.3.2.ebuild b/www-misc/bookmarksync/bookmarksync-0.3.2.ebuild deleted file mode 100644 index 59b4e1337d6a..000000000000 --- a/www-misc/bookmarksync/bookmarksync-0.3.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/bookmarksync-0.3.2.ebuild,v 1.4 2009/09/23 21:08:04 patrick Exp $ - -IUSE="" - -DESCRIPTION="bookmarksync synchronizes various browser bookmark files" -SRC_URI="mirror://sourceforge/booksync/${P}.tar.gz" -RESTRICT="mirror" -HOMEPAGE="http://sourceforge.net/projects/booksync/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -DEPEND="" - -src_install () { - dobin bookmarksync -} diff --git a/www-misc/bookmarksync/bookmarksync-0.3.3.ebuild b/www-misc/bookmarksync/bookmarksync-0.3.3.ebuild deleted file mode 100644 index 5fffb70f8bb5..000000000000 --- a/www-misc/bookmarksync/bookmarksync-0.3.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/bookmarksync-0.3.3.ebuild,v 1.4 2009/09/23 21:08:04 patrick 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="mirror" - -DEPEND="" -RDEPEND="${DEPEND} - perl? ( dev-lang/perl )" - -src_install () { - dobin 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/www-misc/bookmarksync/bookmarksync-0.3.4.ebuild b/www-misc/bookmarksync/bookmarksync-0.3.4.ebuild deleted file mode 100644 index bba93bad052b..000000000000 --- a/www-misc/bookmarksync/bookmarksync-0.3.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 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.ebuild,v 1.5 2009/09/23 21:08:04 patrick 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="mirror" - -DEPEND="" -RDEPEND="${DEPEND} - perl? ( dev-lang/perl )" - -src_install () { - dobin 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 -} |