summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCillian de Róiste (goibhniu) <cillian.deroiste@gmail.com>2007-11-25 15:34:52 +0000
committerCillian de Róiste (goibhniu) <cillian.deroiste@gmail.com>2007-11-25 15:34:52 +0000
commita9fc00153ca8e561b3f1945d3789ee9fa28a5ff0 (patch)
treed05bd90e3d2ce2efe1bbf35a731ce47c1b18aea1 /app-editors
parentNew license used by Celtx, Celtx Public License 1.2 consists of the Mozilla P... (diff)
downloadsunrise-a9fc00153ca8e561b3f1945d3789ee9fa28a5ff0.tar.gz
sunrise-a9fc00153ca8e561b3f1945d3789ee9fa28a5ff0.tar.bz2
sunrise-a9fc00153ca8e561b3f1945d3789ee9fa28a5ff0.zip
app-editors/celtx: New Ebuild for celtx, bug #123783, thanks to Rohan Visuvasam
svn path=/sunrise/; revision=5118
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/celtx/ChangeLog8
-rw-r--r--app-editors/celtx/Manifest4
-rw-r--r--app-editors/celtx/celtx-0.9.9.6.ebuild20
-rw-r--r--app-editors/celtx/metadata.xml5
4 files changed, 37 insertions, 0 deletions
diff --git a/app-editors/celtx/ChangeLog b/app-editors/celtx/ChangeLog
new file mode 100644
index 000000000..3c93d77d1
--- /dev/null
+++ b/app-editors/celtx/ChangeLog
@@ -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
index 000000000..c949e1ba5
--- /dev/null
+++ b/app-editors/celtx/Manifest
@@ -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
index 000000000..7c0ab5962
--- /dev/null
+++ b/app-editors/celtx/celtx-0.9.9.6.ebuild
@@ -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
index 000000000..7e3286984
--- /dev/null
+++ b/app-editors/celtx/metadata.xml
@@ -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>