* [gentoo-commits] gentoo-x86 commit in app-text/keepnote: ChangeLog keepnote-0.7.9.ebuild keepnote-0.7.8.ebuild
@ 2012-08-14 8:23 Julian Ospald (hasufell)
0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2012-08-14 8:23 UTC (permalink / raw
To: gentoo-commits
hasufell 12/08/14 08:23:20
Modified: ChangeLog keepnote-0.7.8.ebuild
Added: keepnote-0.7.9.ebuild
Log:
version bump, inherit python eclass explicitly
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Revision Changes Path
1.2 app-text/keepnote/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/keepnote/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/keepnote/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/keepnote/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 14 Aug 2012 08:18:33 -0000 1.1
+++ ChangeLog 14 Aug 2012 08:23:19 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for app-text/keepnote
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.1 2012/08/14 08:18:33 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.2 2012/08/14 08:23:19 hasufell Exp $
+
+*keepnote-0.7.9 (14 Aug 2012)
+
+ 14 Aug 2012; Julian Ospald <hasufell@gentoo.org> keepnote-0.7.8.ebuild,
+ +keepnote-0.7.9.ebuild:
+ version bump, inherit python eclass explicitly
*keepnote-0.7.8 (14 Aug 2012)
1.2 app-text/keepnote/keepnote-0.7.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/keepnote/keepnote-0.7.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/keepnote/keepnote-0.7.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/keepnote/keepnote-0.7.8.ebuild?r1=1.1&r2=1.2
Index: keepnote-0.7.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keepnote-0.7.8.ebuild 14 Aug 2012 08:18:33 -0000 1.1
+++ keepnote-0.7.8.ebuild 14 Aug 2012 08:23:20 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.ebuild,v 1.1 2012/08/14 08:18:33 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.8.ebuild,v 1.2 2012/08/14 08:23:20 hasufell Exp $
EAPI=4
@@ -9,7 +9,7 @@
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45] 3.*"
-inherit eutils gnome2-utils distutils
+inherit eutils gnome2-utils python distutils
DESCRIPTION="A note taking application"
HOMEPAGE="http://keepnote.org/"
1.1 app-text/keepnote/keepnote-0.7.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/keepnote/keepnote-0.7.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/keepnote/keepnote-0.7.9.ebuild?rev=1.1&content-type=text/plain
Index: keepnote-0.7.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.9.ebuild,v 1.1 2012/08/14 08:23:19 hasufell Exp $
EAPI=4
PYTHON_DEPEND="2:2.6"
PYTHON_USE_WITH="sqlite xml"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45] 3.*"
inherit eutils gnome2-utils python distutils
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
dev-python/pygtk:2
x11-misc/xdg-utils"
DOCS="CHANGES"
src_prepare() {
distutils_src_prepare
epatch "${FILESDIR}"/${PN}-0.7.8-desktopfile.patch
}
src_test() {
testing() {
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/testing.py
}
python_execute_function testing
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
distutils_pkg_postinst
gnome2_icon_cache_update
einfo
elog "optional dependencies:"
elog " app-text/gtkspell:2 (spell checking)"
einfo
}
pkg_postrm() {
distutils_pkg_postrm
gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/keepnote: ChangeLog keepnote-0.7.9.ebuild keepnote-0.7.8.ebuild
@ 2014-07-04 22:16 Julian Ospald (hasufell)
0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2014-07-04 22:16 UTC (permalink / raw
To: gentoo-commits
hasufell 14/07/04 22:16:56
Modified: ChangeLog
Removed: keepnote-0.7.9.ebuild keepnote-0.7.8.ebuild
Log:
rm old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path
1.12 app-text/keepnote/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/keepnote/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/keepnote/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/keepnote/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 4 Jul 2014 22:16:14 -0000 1.11
+++ ChangeLog 4 Jul 2014 22:16:56 -0000 1.12
@@ -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.11 2014/07/04 22:16:14 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.12 2014/07/04 22:16:56 hasufell Exp $
+
+ 04 Jul 2014; Julian Ospald <hasufell@gentoo.org> -keepnote-0.7.8.ebuild,
+ -keepnote-0.7.9.ebuild:
+ rm old
04 Jul 2014; Julian Ospald <hasufell@gentoo.org> keepnote-0.7.9-r2.ebuild:
stable
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-04 22:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 8:23 [gentoo-commits] gentoo-x86 commit in app-text/keepnote: ChangeLog keepnote-0.7.9.ebuild keepnote-0.7.8.ebuild Julian Ospald (hasufell)
-- strict thread matches above, loose matches on Subject: below --
2014-07-04 22:16 Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox