]> Pileus Git - ~andy/sunrise/commitdiff
app-text/orayta: New Ebuild for bug 341017, thanks to Tommy
authorBinyamin Sagal (bsagal) <bensagal@gmail.com>
Sun, 17 Oct 2010 20:19:01 +0000 (20:19 +0000)
committerBinyamin Sagal (bsagal) <bensagal@gmail.com>
Sun, 17 Oct 2010 20:19:01 +0000 (20:19 +0000)
svn path=/sunrise/; revision=11443

app-text/orayta/ChangeLog [new file with mode: 0644]
app-text/orayta/Manifest [new file with mode: 0644]
app-text/orayta/metadata.xml [new file with mode: 0644]
app-text/orayta/orayta-0.03_p2.ebuild [new file with mode: 0644]

diff --git a/app-text/orayta/ChangeLog b/app-text/orayta/ChangeLog
new file mode 100644 (file)
index 0000000..dda373c
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for app-text/orayta
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  17 Oct 2010; Binyamin Sagal (bsagal) <bensagal@gmail.com>
+  +orayta-0.03_p2.ebuild, +metadata.xml:
+  New Ebuild for bug 341017, thanks to Tommy
+
diff --git a/app-text/orayta/Manifest b/app-text/orayta/Manifest
new file mode 100644 (file)
index 0000000..684efc4
--- /dev/null
@@ -0,0 +1,4 @@
+DIST orayta_0.03ubuntu2.tar.gz 3150295 RMD160 6135736fe4380ad495664d4e0e1a08642c409803 SHA1 715fb87e997a11909bee520f2514b25885dc8e5d SHA256 d62632d9705b4623dde754e7de4fb438141522db1adee52d1ba332e7fcd2cb61
+EBUILD orayta-0.03_p2.ebuild 788 RMD160 e4d9257db6c0d18b954a504eed1ed09701d34e71 SHA1 144701498e86becb71310ff310b24eff10aa3253 SHA256 0a0dfdded6523af76d63ddfdebfc11cba2d7cc0563c71155fb4a0b90274163ea
+MISC ChangeLog 263 RMD160 e848eb0260f3eb7a9431fc2256747ca808dc94ba SHA1 4a0d01570016e8df1b09b6bd61cda919240408db SHA256 90f6f2f3a3845f41309550872dbf40c19f5c83363300cac6f7b3c08e01c04661
+MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
diff --git a/app-text/orayta/metadata.xml b/app-text/orayta/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-text/orayta/orayta-0.03_p2.ebuild b/app-text/orayta/orayta-0.03_p2.ebuild
new file mode 100644 (file)
index 0000000..97ebf31
--- /dev/null
@@ -0,0 +1,35 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit qt4-r2
+
+MY_PV=${PV/_p/ubuntu}
+DESCRIPTION="Reader for Orayta Jewish Book Collection"
+HOMEPAGE="http://orayta.googlecode.com/"
+SRC_URI="http://launchpad.net/~moshe-wagner/+archive/orayta/+files/${PN}_${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=x11-libs/qt-gui-4.5:4
+       >=x11-libs/qt-xmlpatterns-4.5:4
+       >=kde-base/kdelibs-4
+       >=x11-libs/qt-webkit-4.5:4"
+RDEPEND="${DEPEND}
+       app-dicts/orayta-books"
+
+S="${WORKDIR}/svn"
+
+src_prepare() {
+       #Unhide project file (for some reason hidden in tarball)
+       mv hide.tmp Orayta.pro || die 'Project File missing'
+
+       sed -i 's|/usr/local/bin|/usr/bin|' Orayta.pro
+
+       qt4-r2_src_prepare
+}
\ No newline at end of file