summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBinyamin Sagal (bsagal) <bensagal@gmail.com>2010-10-17 20:16:17 +0000
committerBinyamin Sagal (bsagal) <bensagal@gmail.com>2010-10-17 20:16:17 +0000
commit589705224536368fa1daaf0dcc61da10b364cc53 (patch)
treeae2632c286763afb5a7700c338c777f140067d2d
parentdev-libs/libdhash: New Ebuild for bug 341455 (diff)
downloadsunrise-589705224536368fa1daaf0dcc61da10b364cc53.tar.gz
sunrise-589705224536368fa1daaf0dcc61da10b364cc53.tar.bz2
sunrise-589705224536368fa1daaf0dcc61da10b364cc53.zip
app-dicts/orayta-books: New Ebuild for bug 341015, thanks to tommy
svn path=/sunrise/; revision=11442
-rw-r--r--app-dicts/orayta-books/ChangeLog8
-rw-r--r--app-dicts/orayta-books/Manifest4
-rw-r--r--app-dicts/orayta-books/metadata.xml6
-rw-r--r--app-dicts/orayta-books/orayta-books-0.02_p16.ebuild22
4 files changed, 40 insertions, 0 deletions
diff --git a/app-dicts/orayta-books/ChangeLog b/app-dicts/orayta-books/ChangeLog
new file mode 100644
index 000000000..a1b4a13fc
--- /dev/null
+++ b/app-dicts/orayta-books/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-dicts/orayta-books
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 17 Oct 2010; Binyamin Sagal (bsagal) <bensagal@gmail.com>
+ +orayta-books-0.02_p16.ebuild, +metadata.xml:
+ New Ebuild for bug 341015, thanks to tommy
+
diff --git a/app-dicts/orayta-books/Manifest b/app-dicts/orayta-books/Manifest
new file mode 100644
index 000000000..b2840edee
--- /dev/null
+++ b/app-dicts/orayta-books/Manifest
@@ -0,0 +1,4 @@
+DIST orayta-books_0.02ubuntu16.tar.gz 45152493 RMD160 a24edfef776cf23de6ed116dc761a178c6207d0b SHA1 4de2730f24c6baa6bcbe2c29808777862b63ad10 SHA256 5f64040453f8553ec3a8bcf3193371f8f4de2d687bda3b248a479810561fc7ac
+EBUILD orayta-books-0.02_p16.ebuild 609 RMD160 6a89a7015c55d44048782c89975f8411e3867f8f SHA1 8c077e3cfff6eefb7cfb9369e5fb9d4269df8605 SHA256 177abe39f0967ea123a329ec45b12da80a0f3b0a28f3e19681bd9ed707fd33c4
+MISC ChangeLog 277 RMD160 8452885a6b6f7357d32dbf2dc0e675211db2d0aa SHA1 e336211d7cc5b920e47407c6f4e1e99feddf7183 SHA256 59864e65640e56f66b03d1bb0083d65d4bcebf556b3e1752981d7fda2986c3fc
+MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
diff --git a/app-dicts/orayta-books/metadata.xml b/app-dicts/orayta-books/metadata.xml
new file mode 100644
index 000000000..c6be58046
--- /dev/null
+++ b/app-dicts/orayta-books/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/app-dicts/orayta-books/orayta-books-0.02_p16.ebuild b/app-dicts/orayta-books/orayta-books-0.02_p16.ebuild
new file mode 100644
index 000000000..2d0522229
--- /dev/null
+++ b/app-dicts/orayta-books/orayta-books-0.02_p16.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+MY_PV=${PV/_p/ubuntu}
+DESCRIPTION="Jewish Book Collection for use with Orayta (app-text/orayta)"
+HOMEPAGE="http://orayta.googlecode.com/"
+SRC_URI="http://launchpad.net/~moshe-wagner/+archive/orayta/+files/${PN}_${MY_PV}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1 LGPL-3 CCPL-Attribution-ShareAlike-NonCommercial-2.5
+ CCPL-Attribution-ShareAlike-3.0 FDL-1.3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+S="${WORKDIR}/books"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "Install failed"
+} \ No newline at end of file