summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-12-28 12:36:36 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-12-28 12:36:36 +0000
commit684b7b8faad257ec7af3584046f5c8e72a507896 (patch)
treebacdf4f506ee58ad09eba35011bb4286dd7822b3
parentRemove old. (diff)
downloadgentoo-2-684b7b8faad257ec7af3584046f5c8e72a507896.tar.gz
gentoo-2-684b7b8faad257ec7af3584046f5c8e72a507896.tar.bz2
gentoo-2-684b7b8faad257ec7af3584046f5c8e72a507896.zip
Remove old.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
-rw-r--r--www-misc/bookmarksync/ChangeLog6
-rw-r--r--www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild31
2 files changed, 5 insertions, 32 deletions
diff --git a/www-misc/bookmarksync/ChangeLog b/www-misc/bookmarksync/ChangeLog
index fe26e98c4fa4..5d7138da3061 100644
--- a/www-misc/bookmarksync/ChangeLog
+++ b/www-misc/bookmarksync/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-misc/bookmarksync
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/ChangeLog,v 1.15 2012/12/28 11:22:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/ChangeLog,v 1.16 2012/12/28 12:36:36 kensington Exp $
+
+ 28 Dec 2012; Michael Palimaka <kensington@gentoo.org>
+ -bookmarksync-0.3.4-r1.ebuild:
+ Remove old.
28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> bookmarksync-0.3.4-r2.ebuild:
Stable for ppc, wrt bug #391601
diff --git a/www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild b/www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild
deleted file mode 100644
index 916b5288be93..000000000000
--- a/www-misc/bookmarksync/bookmarksync-0.3.4-r1.ebuild
+++ /dev/null
@@ -1,31 +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-r1.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="ppc x86"
-SLOT="0"
-
-IUSE="perl"
-RESTRICT="mirror"
-
-DEPEND=""
-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"
-}