]> Pileus Git - ~andy/sunrise/commitdiff
app-dicts/orayta-books: New Ebuild for bug 341015, thanks to tommy
authorBinyamin Sagal (bsagal) <bensagal@gmail.com>
Sun, 17 Oct 2010 20:16:17 +0000 (20:16 +0000)
committerBinyamin Sagal (bsagal) <bensagal@gmail.com>
Sun, 17 Oct 2010 20:16:17 +0000 (20:16 +0000)
svn path=/sunrise/; revision=11442

app-dicts/orayta-books/ChangeLog [new file with mode: 0644]
app-dicts/orayta-books/Manifest [new file with mode: 0644]
app-dicts/orayta-books/metadata.xml [new file with mode: 0644]
app-dicts/orayta-books/orayta-books-0.02_p16.ebuild [new file with mode: 0644]

diff --git a/app-dicts/orayta-books/ChangeLog b/app-dicts/orayta-books/ChangeLog
new file mode 100644 (file)
index 0000000..a1b4a13
--- /dev/null
@@ -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 (file)
index 0000000..b2840ed
--- /dev/null
@@ -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 (file)
index 0000000..c6be580
--- /dev/null
@@ -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 (file)
index 0000000..2d05222
--- /dev/null
@@ -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