summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-03-09 02:05:06 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-03-09 02:05:06 +0000
commitdfe65e07ccd15661e03d539bb0d1460690f6ed75 (patch)
tree1c53b22028aa31dc29bec250b24956a7ec5a2b49
parentCleanup old. (diff)
downloadgentoo-2-dfe65e07ccd15661e03d539bb0d1460690f6ed75.tar.gz
gentoo-2-dfe65e07ccd15661e03d539bb0d1460690f6ed75.tar.bz2
gentoo-2-dfe65e07ccd15661e03d539bb0d1460690f6ed75.zip
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r--app-misc/goobook/ChangeLog8
-rw-r--r--app-misc/goobook/goobook-1.3.ebuild36
-rw-r--r--app-misc/goobook/goobook-1.4.ebuild36
3 files changed, 6 insertions, 74 deletions
diff --git a/app-misc/goobook/ChangeLog b/app-misc/goobook/ChangeLog
index ac0f2b5a7bb9..75b2b8d353e1 100644
--- a/app-misc/goobook/ChangeLog
+++ b/app-misc/goobook/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/goobook
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/goobook/ChangeLog,v 1.7 2013/07/09 15:00:27 xmw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/goobook/ChangeLog,v 1.8 2014/03/09 02:05:06 mrueg Exp $
+
+ 09 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -goobook-1.3.ebuild,
+ -goobook-1.4.ebuild:
+ Cleanup old.
09 Jul 2013; Michael Weber <xmw@gentoo.org> +files/goobook-1.4-setup.py.patch,
goobook-1.4-r1.ebuild:
diff --git a/app-misc/goobook/goobook-1.3.ebuild b/app-misc/goobook/goobook-1.3.ebuild
deleted file mode 100644
index 2a68e6cb35c9..000000000000
--- a/app-misc/goobook/goobook-1.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/goobook/goobook-1.3.ebuild,v 1.2 2012/10/29 16:26:12 mgorny Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-inherit distutils
-
-DESCRIPTION="Google Contacts wrapper for mutt"
-HOMEPAGE="http://code.google.com/p/goobook/"
-SRC_URI="mirror://pypi/g/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/gdata
- =dev-python/hcs-utils-1.1.1
- dev-python/simplejson
- virtual/python-argparse"
-
-RESTRICT_PYTHON_ABIS="3.*"
-
-pkg_postinst() {
- distutils_pkg_postinst
-
- einfo "If you want to use goobook from mutt"
- einfo "add this in your .muttrc file:"
- einfo "set query_command=\"goobook query '%s'\""
- einfo "to query address book."
- einfo
- einfo "You may find more information and advanced configuration tips at"
- einfo "http://pypi.python.org/pypi/${PN}/${PV} in \"Configure/Mutt\" section"
-}
diff --git a/app-misc/goobook/goobook-1.4.ebuild b/app-misc/goobook/goobook-1.4.ebuild
deleted file mode 100644
index f7a4ac39a19d..000000000000
--- a/app-misc/goobook/goobook-1.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/goobook/goobook-1.4.ebuild,v 1.1 2012/12/02 11:36:21 hwoarang Exp $
-
-EAPI="2"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-inherit distutils
-
-DESCRIPTION="Google Contacts wrapper for mutt"
-HOMEPAGE="http://code.google.com/p/goobook/"
-SRC_URI="mirror://pypi/g/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/gdata
- =dev-python/hcs-utils-1.1.1
- dev-python/simplejson
- virtual/python-argparse"
-
-RESTRICT_PYTHON_ABIS="3.*"
-
-pkg_postinst() {
- distutils_pkg_postinst
-
- einfo "If you want to use goobook from mutt"
- einfo "add this in your .muttrc file:"
- einfo "set query_command=\"goobook query '%s'\""
- einfo "to query address book."
- einfo
- einfo "You may find more information and advanced configuration tips at"
- einfo "http://pypi.python.org/pypi/${PN}/${PV} in \"Configure/Mutt\" section"
-}