]> Pileus Git - ~andy/sunrise/commitdiff
app-editors/celtx: New Ebuild for celtx, bug #123783, thanks to Rohan Visuvasam
authorCillian de Róiste (goibhniu) <cillian.deroiste@gmail.com>
Sun, 25 Nov 2007 15:34:52 +0000 (15:34 +0000)
committerCillian de Róiste (goibhniu) <cillian.deroiste@gmail.com>
Sun, 25 Nov 2007 15:34:52 +0000 (15:34 +0000)
svn path=/sunrise/; revision=5118

app-editors/celtx/ChangeLog [new file with mode: 0644]
app-editors/celtx/Manifest [new file with mode: 0644]
app-editors/celtx/celtx-0.9.9.6.ebuild [new file with mode: 0644]
app-editors/celtx/metadata.xml [new file with mode: 0644]

diff --git a/app-editors/celtx/ChangeLog b/app-editors/celtx/ChangeLog
new file mode 100644 (file)
index 0000000..3c93d77
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for app-editors/celtx
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  25 Nov 2007; Cillian de Róiste (goibhniu) <cillian.deroiste@gmail.com>
+  +metadata.xml, +celtx-0.9.9.6.ebuild:
+  New Ebuild for celtx, bug #123783, thanks to Rohan Visuvasam
+
diff --git a/app-editors/celtx/Manifest b/app-editors/celtx/Manifest
new file mode 100644 (file)
index 0000000..c949e1b
--- /dev/null
@@ -0,0 +1,4 @@
+DIST Celtx.tar.gz 13270929 RMD160 bd16d1c711a65b80b99d74abbc0749c4b4513f08 SHA1 640bf601a95ce0e34c3f68688ce0b83d952237ec SHA256 9e079fbd28353943f5a28d579b82d586df76497ccde5b631b7ea8f0d17efce51
+EBUILD celtx-0.9.9.6.ebuild 420 RMD160 c1ee08a69ddea2a33be58d2b6bafd0459e59816f SHA1 e2d2d020a0d5129d3f55aa32d92c8516729cbed7 SHA256 89e43d0caa503459ec74cce8864573478f7582585125119ff7fab647f3611a7d
+MISC ChangeLog 296 RMD160 32e97162f8586f90c69dbd916cfd88a7655f4dce SHA1 4a53511439daad6c97ed93f805fea671f96a553f SHA256 4aa6395c4c8a650df7d8cd21e4673cb342cbc6e978d5d7c6fbd2dedf5c6ac476
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-editors/celtx/celtx-0.9.9.6.ebuild b/app-editors/celtx/celtx-0.9.9.6.ebuild
new file mode 100644 (file)
index 0000000..7c0ab59
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils
+
+SLOT="0"
+LICENSE="CePL"
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="An open source screenplay editor"
+SRC_URI="http://www.celtx.com/download/Celtx.tar.gz"
+HOMEPAGE="http://www.celtx.com"
+IUSE=""
+DEPEND=""
+
+src_install() {
+       mkdir -p ${D}/opt/celtx
+       cp -R ${WORKDIR}/celtx ${D}/opt/ || die
+}
diff --git a/app-editors/celtx/metadata.xml b/app-editors/celtx/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>