summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2004-01-02 19:13:34 +0000
committerIan Leitch <port001@gentoo.org>2004-01-02 19:13:34 +0000
commit71800f569d25c034b7afb694d2989c520c106c7a (patch)
tree8ab1c7d5f6655b635a7ebf1a5af038491fe52d68 /x11-misc/gcolor
parentMoving to x11-misc/gcolor (diff)
downloadgentoo-2-71800f569d25c034b7afb694d2989c520c106c7a.tar.gz
gentoo-2-71800f569d25c034b7afb694d2989c520c106c7a.tar.bz2
gentoo-2-71800f569d25c034b7afb694d2989c520c106c7a.zip
Moved from app-misc/gcolor to x11-misc/gcolor.
Diffstat (limited to 'x11-misc/gcolor')
-rw-r--r--x11-misc/gcolor/ChangeLog13
-rw-r--r--x11-misc/gcolor/Manifest3
-rw-r--r--x11-misc/gcolor/files/digest-gcolor-0.41
-rw-r--r--x11-misc/gcolor/gcolor-0.4.ebuild28
4 files changed, 45 insertions, 0 deletions
diff --git a/x11-misc/gcolor/ChangeLog b/x11-misc/gcolor/ChangeLog
new file mode 100644
index 000000000000..b8ab18ded469
--- /dev/null
+++ b/x11-misc/gcolor/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for app-misc/gcolor
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gcolor/ChangeLog,v 1.1 2004/01/02 19:13:34 port001 Exp $
+
+*gcolor-0.4 (02 Jan 2004)
+
+ 02 Jan 2004; Ian Leitch <port001@gentoo.org> gcolor-0.4.ebuild:
+ Moved from app-misc/gcolor to x11-misc/gcolor.
+
+*gcolor-0.4 (25 Dec 2002)
+
+ 25 Dec 2002; Arcady Genkin <agenkin@gentoo.org> :
+ Initial version. \ No newline at end of file
diff --git a/x11-misc/gcolor/Manifest b/x11-misc/gcolor/Manifest
new file mode 100644
index 000000000000..cd34c28dfd5a
--- /dev/null
+++ b/x11-misc/gcolor/Manifest
@@ -0,0 +1,3 @@
+MD5 5b90d589d2c4824e34d4e85ecd5f0d6d ChangeLog 309
+MD5 419ab83f78b68fd3f7723a5cc9ec9946 gcolor-0.4.ebuild 723
+MD5 5cce3c0a8f7904724266f776aac2365e files/digest-gcolor-0.4 62
diff --git a/x11-misc/gcolor/files/digest-gcolor-0.4 b/x11-misc/gcolor/files/digest-gcolor-0.4
new file mode 100644
index 000000000000..cff88b41b84d
--- /dev/null
+++ b/x11-misc/gcolor/files/digest-gcolor-0.4
@@ -0,0 +1 @@
+MD5 e42e2e09272768ffb863ca514f7ae5a3 gcolor-0.4.tar.gz 101275
diff --git a/x11-misc/gcolor/gcolor-0.4.ebuild b/x11-misc/gcolor/gcolor-0.4.ebuild
new file mode 100644
index 000000000000..e7672a59ba2d
--- /dev/null
+++ b/x11-misc/gcolor/gcolor-0.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gcolor/gcolor-0.4.ebuild,v 1.1 2004/01/02 19:13:34 port001 Exp $
+
+DESCRIPTION="A simple color selector."
+HOMEPAGE="http://gcolor.sourceforge.net/"
+LICENSE="GPL-2"
+DEPEND="x11-libs/gtk+"
+
+SLOT="0"
+KEYWORDS="x86"
+
+SRC_URI="mirror://sourceforge/gcolor/${P}.tar.gz"
+S=${WORKDIR}/${P}
+
+src_compile() {
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man || die "./configure failed"
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc ABOUT-NLS INSTALL README AUTHORS COPYING NEWS ChangeLog
+}