summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2004-02-25 19:12:38 +0000
committerRyan Phillips <rphillips@gentoo.org>2004-02-25 19:12:38 +0000
commit6bc67b10622f044bef097d7795138a88d09499c1 (patch)
tree3788b6eed1ae012a71fa24958ae44c9a46d6899c /x11-libs/fxscintilla
parentnew package created by Mathias Gumz (diff)
downloadgentoo-2-6bc67b10622f044bef097d7795138a88d09499c1.tar.gz
gentoo-2-6bc67b10622f044bef097d7795138a88d09499c1.tar.bz2
gentoo-2-6bc67b10622f044bef097d7795138a88d09499c1.zip
new package created by Mathias Gumz
Diffstat (limited to 'x11-libs/fxscintilla')
-rw-r--r--x11-libs/fxscintilla/ChangeLog9
-rw-r--r--x11-libs/fxscintilla/Manifest5
-rw-r--r--x11-libs/fxscintilla/files/digest-fxscintilla-1.551
-rw-r--r--x11-libs/fxscintilla/fxscintilla-1.55.ebuild24
-rw-r--r--x11-libs/fxscintilla/metadata.xml8
5 files changed, 45 insertions, 2 deletions
diff --git a/x11-libs/fxscintilla/ChangeLog b/x11-libs/fxscintilla/ChangeLog
new file mode 100644
index 000000000000..3ee1c38ef9cb
--- /dev/null
+++ b/x11-libs/fxscintilla/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-libs/fxscintilla
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.1 2004/02/25 19:12:30 rphillips Exp $
+
+*fxscintilla-1.55 (25 Feb 2004)
+
+ 25 Feb 2004; Ryan Phillips <rphillips@gentoo.org> fxscintilla-1.55.ebuild:
+ New packages created by Mathias Gumz
+
diff --git a/x11-libs/fxscintilla/Manifest b/x11-libs/fxscintilla/Manifest
index 33432b857910..585e00d76bc4 100644
--- a/x11-libs/fxscintilla/Manifest
+++ b/x11-libs/fxscintilla/Manifest
@@ -1,3 +1,4 @@
-MD5 c86866d7006570120a2dda80a5176a37 ChangeLog 279
-MD5 6d4a08f75ad6561b89ea6daf317c30b8 fxscintilla-1.55.ebuild 559
+MD5 94e860a6f2cbbc04d8b51943beddbed6 ChangeLog 375
+MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225
+MD5 7bfe767f4ded9fc7b4609d01c390c0f8 fxscintilla-1.55.ebuild 668
MD5 e1ba02051ac553877ac1a16e5173aea3 files/digest-fxscintilla-1.55 68
diff --git a/x11-libs/fxscintilla/files/digest-fxscintilla-1.55 b/x11-libs/fxscintilla/files/digest-fxscintilla-1.55
new file mode 100644
index 000000000000..66356eee61fe
--- /dev/null
+++ b/x11-libs/fxscintilla/files/digest-fxscintilla-1.55
@@ -0,0 +1 @@
+MD5 8300d7012f0d7c8d3b1b742721b10694 fxscintilla-1.55.tar.gz 773279
diff --git a/x11-libs/fxscintilla/fxscintilla-1.55.ebuild b/x11-libs/fxscintilla/fxscintilla-1.55.ebuild
new file mode 100644
index 000000000000..831a65d99e29
--- /dev/null
+++ b/x11-libs/fxscintilla/fxscintilla-1.55.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-1.55.ebuild,v 1.1 2004/02/25 19:12:30 rphillips Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Scintilla is a free source code editing component for the FOX-Toolkit"
+SRC_URI="http://savannah.nongnu.org/download/fxscintilla/${P}.tar.gz"
+HOMEPAGE="http://www.nongnu.org/fxscintilla"
+
+SLOT="0"
+KEYWORDS="~x86 ~sparc "
+LICENSE="GPL-2"
+
+DEPEND="fox"
+
+src_compile() {
+ econf || die
+ emake || die "Parallel Make Failed"
+}
+
+src_install () {
+ DESTDIR=${D} emake install || die
+ dodoc README INSTALL
+}
diff --git a/x11-libs/fxscintilla/metadata.xml b/x11-libs/fxscintilla/metadata.xml
new file mode 100644
index 000000000000..fc52d7ba53dd
--- /dev/null
+++ b/x11-libs/fxscintilla/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>rphillips@gentoo.org</email>
+</maintainer>
+</pkgmetadata>