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/libSM
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/libSM')
-rw-r--r--x11-libs/libSM/ChangeLog9
-rw-r--r--x11-libs/libSM/Manifest2
-rw-r--r--x11-libs/libSM/files/digest-libSM-0.99.01
-rw-r--r--x11-libs/libSM/libSM-0.99.0.ebuild20
4 files changed, 32 insertions, 0 deletions
diff --git a/x11-libs/libSM/ChangeLog b/x11-libs/libSM/ChangeLog
new file mode 100644
index 000000000000..4a16374daff3
--- /dev/null
+++ b/x11-libs/libSM/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-libs/libSM
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/ChangeLog,v 1.1 2005/08/08 04:23:16 spyderous Exp $
+
+*libSM-0.99.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +libSM-0.99.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-libs/libSM/Manifest b/x11-libs/libSM/Manifest
new file mode 100644
index 000000000000..2d5dbbdf34e5
--- /dev/null
+++ b/x11-libs/libSM/Manifest
@@ -0,0 +1,2 @@
+MD5 d32c9aa9afcc832202bfda9546d10c89 libSM-0.99.0.ebuild 444
+MD5 2cd01337002ecac41a09f25e3470a5f5 files/digest-libSM-0.99.0 65
diff --git a/x11-libs/libSM/files/digest-libSM-0.99.0 b/x11-libs/libSM/files/digest-libSM-0.99.0
new file mode 100644
index 000000000000..5accc810c0c1
--- /dev/null
+++ b/x11-libs/libSM/files/digest-libSM-0.99.0
@@ -0,0 +1 @@
+MD5 dc7e3578105f8ac1c0db58a5e292bc7f libSM-0.99.0.tar.bz2 206890
diff --git a/x11-libs/libSM/libSM-0.99.0.ebuild b/x11-libs/libSM/libSM-0.99.0.ebuild
new file mode 100644
index 000000000000..5555a2a32ef7
--- /dev/null
+++ b/x11-libs/libSM/libSM-0.99.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-0.99.0.ebuild,v 1.1 2005/08/08 04:23:16 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org SM 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-proto/xproto"
+DEPEND="${RDEPEND}
+ x11-libs/libICE
+ x11-libs/xtrans"