]> Pileus Git - ~andy/sunrise/commitdiff
app-misc/rednotebook: New ebuild for bug #253399, thanks to Adam Zajac
authorMarkos Chandras <hwoarang@gentoo.org>
Sat, 3 Jan 2009 23:15:19 +0000 (23:15 +0000)
committerMarkos Chandras <hwoarang@gentoo.org>
Sat, 3 Jan 2009 23:15:19 +0000 (23:15 +0000)
svn path=/sunrise/; revision=7587

app-misc/rednotebook/ChangeLog [new file with mode: 0644]
app-misc/rednotebook/Manifest [new file with mode: 0644]
app-misc/rednotebook/metadata.xml [new file with mode: 0644]
app-misc/rednotebook/rednotebook-0.4.0.ebuild [new file with mode: 0644]

diff --git a/app-misc/rednotebook/ChangeLog b/app-misc/rednotebook/ChangeLog
new file mode 100644 (file)
index 0000000..61ab2af
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for app-misc/rednotebook
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  03 Jan 2009; Markos Chandras (hwoarang) <hwoarang@silverarrow.gr>
+  +rednotebook-0.4.0.ebuild, +metadata.xml:
+  New ebuild for bug #253399, thanks to Adam Zajac
+
diff --git a/app-misc/rednotebook/Manifest b/app-misc/rednotebook/Manifest
new file mode 100644 (file)
index 0000000..23fb109
--- /dev/null
@@ -0,0 +1,4 @@
+DIST rednotebook-0.4.0.tar.gz 122113 RMD160 fb4b65eedb303b8ab8119b566c36b950154a1ebb SHA1 47e7aa66ad03132509205ba2b8e6940d166fdbbd SHA256 94b23fea2d03c78c0c0789265d6f3dc8d4173a98523f0013bca5b8941331aa64
+EBUILD rednotebook-0.4.0.ebuild 428 RMD160 1495c8b8385a8279653f5c0d0f5cd8502b5ee2f2 SHA1 1c212a134196a07a3eadd2f476241720c9190020 SHA256 5f06274c24abcc1c2b5864ca485d72b23721d09ad6e4f2e270617638a4252880
+MISC ChangeLog 285 RMD160 837d5bcd1af03291a78a7cb4f9e8c5de1dfa6536 SHA1 b01d2a67fb3f5f540eecbada012e467e72096d81 SHA256 9a43dc85d7a1ae34d459fdc22256deec95ce7ff19c66e7ad1fa64e6f935052fd
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-misc/rednotebook/metadata.xml b/app-misc/rednotebook/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>
diff --git a/app-misc/rednotebook/rednotebook-0.4.0.ebuild b/app-misc/rednotebook/rednotebook-0.4.0.ebuild
new file mode 100644 (file)
index 0000000..c73ac1b
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+NEED_PYTHON="2.5"
+inherit distutils
+
+DESCRIPTION="A Desktop Diary."
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="http://digitaldump.wordpress.com/projects/rednotebook/"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-3"
+IUSE=""
+
+RDEPEND=">=dev-python/pyyaml-3.05
+       >=dev-python/wxpython-2.8.8.1"