summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-05-10 22:07:53 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-05-10 22:07:53 +0000
commitfca77c4ca7ead517fae4a8562a812a958784c216 (patch)
tree3b4ae9c8c02fe2206234a1a938dcc5af4806fd5d /x11-misc/rednotebook
parentChanging category. Partially fixes bug 253399 (diff)
downloadhistorical-fca77c4ca7ead517fae4a8562a812a958784c216.tar.gz
historical-fca77c4ca7ead517fae4a8562a812a958784c216.tar.bz2
historical-fca77c4ca7ead517fae4a8562a812a958784c216.zip
Changed category. Fixes bug #253399
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/rednotebook')
-rw-r--r--x11-misc/rednotebook/ChangeLog12
-rw-r--r--x11-misc/rednotebook/Manifest4
-rw-r--r--x11-misc/rednotebook/metadata.xml12
-rw-r--r--x11-misc/rednotebook/rednotebook-0.6.9.ebuild18
4 files changed, 46 insertions, 0 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog
new file mode 100644
index 000000000000..8e3dbbc75b51
--- /dev/null
+++ b/x11-misc/rednotebook/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for x11-misc/rednotebook
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.1 2009/05/10 22:07:53 hwoarang Exp $
+
+*rednotebook-0.6.9 (10 May 2009)
+
+ 10 May 2009; Markos Chandras <hwoarang@gentoo.org>
+ +rednotebook-0.6.9.ebuild, +metadata.xml:
+ Moved from sunrise. Thanks to Adam Zajac. Changed category to x11-misc.
+ Thanks
+ to Josh Saddler for improved ebuild. Fixes bug 253399
+
diff --git a/x11-misc/rednotebook/Manifest b/x11-misc/rednotebook/Manifest
new file mode 100644
index 000000000000..d2e1eb55e3de
--- /dev/null
+++ b/x11-misc/rednotebook/Manifest
@@ -0,0 +1,4 @@
+DIST rednotebook-0.6.9.tar.gz 234685 RMD160 48131b61e70c3fd12ef0659afa78fae3ab559e06 SHA1 d6c54175af9b52b5794a170fc71acf46972ba736 SHA256 af3d65c52ed4b67979537764cec660886f9945c56c19d089f626bbaa670b7140
+EBUILD rednotebook-0.6.9.ebuild 603 RMD160 88a34bbdcac7ffd74d32383bc0b89503247d561a SHA1 58a06146433cfd5a194a267a304e2d2f83891660 SHA256 beefe0da66c61efef1b27213ce02c88a1fbfce3bdea948a1e95d5ade75a980d6
+MISC ChangeLog 486 RMD160 709d49d761fcc86b7ccf0dd8c9444686c75268e2 SHA1 f498c163e778ab1f946f4cfc82d4ff278e366980 SHA256 b1758f705198ff35e9666d578267116438ef3bb7de6d5c698a57dd5c3000d346
+MISC metadata.xml 299 RMD160 2e104f9e93f7c11fa27c83226511c841e1a3dbd4 SHA1 25472cd164d586761a84c06a7b1506c6a33c03b7 SHA256 90f87a1654ecc810fd74a96670dee08373b74500e39e378ceb0d64a9c45c6dc5
diff --git a/x11-misc/rednotebook/metadata.xml b/x11-misc/rednotebook/metadata.xml
new file mode 100644
index 000000000000..87afd6e36004
--- /dev/null
+++ b/x11-misc/rednotebook/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>hwoarang@gentoo.org</email>
+<name>Markos Chandras</name>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>
+
diff --git a/x11-misc/rednotebook/rednotebook-0.6.9.ebuild b/x11-misc/rednotebook/rednotebook-0.6.9.ebuild
new file mode 100644
index 000000000000..f7c85daa25fa
--- /dev/null
+++ b/x11-misc/rednotebook/rednotebook-0.6.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.6.9.ebuild,v 1.1 2009/05/10 22:07:53 hwoarang Exp $
+
+NEED_PYTHON="2.5"
+inherit distutils
+
+DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality"
+HOMEPAGE="http://digitaldump.wordpress.com/projects/rednotebook/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/pyyaml
+ >=dev-python/pygtk-2.13"