summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/twm')
-rw-r--r--x11-apps/twm/ChangeLog9
-rw-r--r--x11-apps/twm/Manifest2
-rw-r--r--x11-apps/twm/files/digest-twm-0.99.01
-rw-r--r--x11-apps/twm/twm-0.99.0.ebuild15
4 files changed, 27 insertions, 0 deletions
diff --git a/x11-apps/twm/ChangeLog b/x11-apps/twm/ChangeLog
new file mode 100644
index 000000000000..ed43d150c489
--- /dev/null
+++ b/x11-apps/twm/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-apps/twm
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/twm/ChangeLog,v 1.1 2005/08/08 06:28:10 spyderous Exp $
+
+*twm-0.99.0 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +twm-0.99.0.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-apps/twm/Manifest b/x11-apps/twm/Manifest
new file mode 100644
index 000000000000..b7ed4f76a746
--- /dev/null
+++ b/x11-apps/twm/Manifest
@@ -0,0 +1,2 @@
+MD5 071446196000b78d26450251b612234e twm-0.99.0.ebuild 335
+MD5 3156d15ead919b9a87c84bfb1e614cf3 files/digest-twm-0.99.0 63
diff --git a/x11-apps/twm/files/digest-twm-0.99.0 b/x11-apps/twm/files/digest-twm-0.99.0
new file mode 100644
index 000000000000..d98cc1624929
--- /dev/null
+++ b/x11-apps/twm/files/digest-twm-0.99.0
@@ -0,0 +1 @@
+MD5 7441654fbffb6da17118948523401022 twm-0.99.0.tar.bz2 195334
diff --git a/x11-apps/twm/twm-0.99.0.ebuild b/x11-apps/twm/twm-0.99.0.ebuild
new file mode 100644
index 000000000000..6eb078feaff4
--- /dev/null
+++ b/x11-apps/twm/twm-0.99.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/twm/twm-0.99.0.ebuild,v 1.1 2005/08/08 06:28:10 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org twm application"
+KEYWORDS="~x86"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXt
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}"