diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-08 08:54:03 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-08 08:54:03 +0000 |
commit | ea566cac72c4394c475af27064aae14c7bc28a03 (patch) | |
tree | 110129e742e668c0ec45a8d279f0392d4a8e8420 /x11-misc/rednotebook | |
parent | Add inherit eutils for epatch. (diff) | |
download | gentoo-2-ea566cac72c4394c475af27064aae14c7bc28a03.tar.gz gentoo-2-ea566cac72c4394c475af27064aae14c7bc28a03.tar.bz2 gentoo-2-ea566cac72c4394c475af27064aae14c7bc28a03.zip |
Add inherit eutils for epatch.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/rednotebook')
-rw-r--r-- | x11-misc/rednotebook/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-0.9.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index 36029e538bb0..5973bb27eb04 100644 --- a/x11-misc/rednotebook/ChangeLog +++ b/x11-misc/rednotebook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/rednotebook # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.25 2010/02/06 15:12:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.26 2010/02/08 08:54:03 pva Exp $ + + 08 Feb 2010; Peter Volkov <pva@gentoo.org> rednotebook-0.8.9-r1.ebuild, + rednotebook-0.9.0.ebuild: + Add inherit eutils for epatch. *rednotebook-0.9.2 (06 Feb 2010) diff --git a/x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild b/x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild index 4a7b6ad3dc99..2920d413ceda 100644 --- a/x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild +++ b/x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild,v 1.2 2009/11/21 04:52:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.8.9-r1.ebuild,v 1.3 2010/02/08 08:54:03 pva Exp $ EAPI="2" NEED_PYTHON="2.6" -inherit distutils +inherit eutils distutils DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality" HOMEPAGE="http://rednotebook.sourceforge.net" diff --git a/x11-misc/rednotebook/rednotebook-0.9.0.ebuild b/x11-misc/rednotebook/rednotebook-0.9.0.ebuild index 70d2ab2b76d7..8a51f1e35755 100644 --- a/x11-misc/rednotebook/rednotebook-0.9.0.ebuild +++ b/x11-misc/rednotebook/rednotebook-0.9.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.0.ebuild,v 1.3 2010/01/31 16:48:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.0.ebuild,v 1.4 2010/02/08 08:54:03 pva Exp $ EAPI="2" NEED_PYTHON="2.6" -inherit distutils +inherit eutils distutils DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality" HOMEPAGE="http://rednotebook.sourceforge.net" |