diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-12-31 16:08:36 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-12-31 16:08:36 +0000 |
commit | f264f3072d415d93c805e4dd5a0d33121ffe2648 (patch) | |
tree | 8b4a5061ac977ed683ed30801cc2ed176ffb2f23 /app-text | |
parent | Stable for ppc, wrt bug #530908 (diff) | |
download | gentoo-2-f264f3072d415d93c805e4dd5a0d33121ffe2648.tar.gz gentoo-2-f264f3072d415d93c805e4dd5a0d33121ffe2648.tar.bz2 gentoo-2-f264f3072d415d93c805e4dd5a0d33121ffe2648.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/keepnote/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/keepnote/keepnote-0.7.8-r1.ebuild | 47 |
2 files changed, 5 insertions, 48 deletions
diff --git a/app-text/keepnote/ChangeLog b/app-text/keepnote/ChangeLog index 37561097d432..eb0e2a4625ed 100644 --- a/app-text/keepnote/ChangeLog +++ b/app-text/keepnote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/keepnote # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.14 2014/11/25 22:39:45 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.15 2014/12/31 16:08:36 kensington Exp $ + + 31 Dec 2014; Michael Palimaka <kensington@gentoo.org> + -keepnote-0.7.8-r1.ebuild: + Remove old. 25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml: drop maintainership diff --git a/app-text/keepnote/keepnote-0.7.8-r1.ebuild b/app-text/keepnote/keepnote-0.7.8-r1.ebuild deleted file mode 100644 index d7d1d9628b8d..000000000000 --- a/app-text/keepnote/keepnote-0.7.8-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.8-r1.ebuild,v 1.5 2014/07/04 22:18:11 hasufell Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python2_6 python2_7 ) -PYTHON_REQ_USE="sqlite,xml" - -inherit gnome2-utils distutils-r1 - -DESCRIPTION="A note taking application" -HOMEPAGE="http://keepnote.org/" -SRC_URI="http://keepnote.org/download-test/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="" - -RDEPEND="dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/pygtk:2[${PYTHON_USEDEP}] - x11-misc/xdg-utils" - -PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch ) -DOCS=( CHANGES ) - -python_test() { - "${PYTHON}" test/testing.py || die -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - - einfo - elog "optional dependencies:" - elog " app-text/gtkspell:2 (spell checking)" - einfo -} - -pkg_postrm() { - gnome2_icon_cache_update -} |