summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-08 04:26:39 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-08 04:26:39 +0000
commitb5962db2a597de5def93ccf0f4eae1a205521010 (patch)
tree865f0c19ba5de4ecd958c5349392c11da0ebd572 /x11-libs/libICE
parentInitial commit for modular X. (diff)
downloadgentoo-2-b5962db2a597de5def93ccf0f4eae1a205521010.tar.gz
gentoo-2-b5962db2a597de5def93ccf0f4eae1a205521010.tar.bz2
gentoo-2-b5962db2a597de5def93ccf0f4eae1a205521010.zip
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-libs/libICE')
-rw-r--r--x11-libs/libICE/ChangeLog10
-rw-r--r--x11-libs/libICE/Manifest2
-rw-r--r--x11-libs/libICE/files/digest-libICE-0.99.01
-rw-r--r--x11-libs/libICE/libICE-0.99.0.ebuild19
4 files changed, 32 insertions, 0 deletions
diff --git a/x11-libs/libICE/ChangeLog b/x11-libs/libICE/ChangeLog
new file mode 100644
index 000000000000..c8918a79aaf7
--- /dev/null
+++ b/x11-libs/libICE/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-libs/libICE
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/ChangeLog,v 1.1 2005/08/08 04:21:49 spyderous Exp $
+
+*libICE-0.99.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +libICE-0.99.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-libs/libICE/Manifest b/x11-libs/libICE/Manifest
new file mode 100644
index 000000000000..adc749ca1b14
--- /dev/null
+++ b/x11-libs/libICE/Manifest
@@ -0,0 +1,2 @@
+MD5 e3aeea1854b63dbaed5a0c9983cfbf15 libICE-0.99.0.ebuild 428
+MD5 c6c08f8cff7e7f91adf415a40eabd092 files/digest-libICE-0.99.0 66
diff --git a/x11-libs/libICE/files/digest-libICE-0.99.0 b/x11-libs/libICE/files/digest-libICE-0.99.0
new file mode 100644
index 000000000000..70bf30d94ad5
--- /dev/null
+++ b/x11-libs/libICE/files/digest-libICE-0.99.0
@@ -0,0 +1 @@
+MD5 91ba0aa9ccfbff49f001fb49a73142b8 libICE-0.99.0.tar.bz2 228544
diff --git a/x11-libs/libICE/libICE-0.99.0.ebuild b/x11-libs/libICE/libICE-0.99.0.ebuild
new file mode 100644
index 000000000000..60267c0c36f5
--- /dev/null
+++ b/x11-libs/libICE/libICE-0.99.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-0.99.0.ebuild,v 1.1 2005/08/08 04:21:49 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org ICE library"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~x86"
+#IUSE="X gnome"
+RDEPEND="x11-libs/xtrans"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"