summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-17 23:14:34 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-17 23:14:34 +0000
commita73424140c12686074d8e140879838b300f41630 (patch)
tree7798e38b9f857b05e33d1a77f59c2b712665c18e /x11-misc/imake
parentStable on ppc. See bug #115849. (diff)
downloadhistorical-a73424140c12686074d8e140879838b300f41630.tar.gz
historical-a73424140c12686074d8e140879838b300f41630.tar.bz2
historical-a73424140c12686074d8e140879838b300f41630.zip
Bump for 7.0RC4. Note that this now includes the "xmkmf" utility.
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'x11-misc/imake')
-rw-r--r--x11-misc/imake/ChangeLog8
-rw-r--r--x11-misc/imake/Manifest4
-rw-r--r--x11-misc/imake/files/digest-imake-1.0.01
-rw-r--r--x11-misc/imake/imake-1.0.0.ebuild16
4 files changed, 27 insertions, 2 deletions
diff --git a/x11-misc/imake/ChangeLog b/x11-misc/imake/ChangeLog
index 07e49c41089c..a87e449fbce7 100644
--- a/x11-misc/imake/ChangeLog
+++ b/x11-misc/imake/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/imake
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.7 2005/12/09 15:12:02 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.8 2005/12/17 23:14:34 joshuabaergen Exp $
+
+*imake-1.0.0 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +imake-1.0.0.ebuild:
+ Bump for 7.0RC4. Note that this now includes the "xmkmf" utility.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; -imake-0.99.1.ebuild,
-imake-0.99.2.ebuild:
diff --git a/x11-misc/imake/Manifest b/x11-misc/imake/Manifest
index 80fb374523a7..fa5d406ea53e 100644
--- a/x11-misc/imake/Manifest
+++ b/x11-misc/imake/Manifest
@@ -1,4 +1,6 @@
-MD5 5457083dcfa97853c80c1c7843e841f5 ChangeLog 1046
+MD5 82d0290c089bf9c97dfe2a4ed7e0cc4b ChangeLog 1227
MD5 77d0be77ac2285afeb9f7dffed27e9fa files/digest-imake-0.99.3 64
+MD5 ec9c82d2289a60fa41f73a391015e1ae files/digest-imake-1.0.0 64
MD5 3247d47a387b5ad08ac67dbc92015c58 imake-0.99.3.ebuild 466
+MD5 fe0ff5ecedd828a9d96712eef59c9960 imake-1.0.0.ebuild 465
MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156
diff --git a/x11-misc/imake/files/digest-imake-1.0.0 b/x11-misc/imake/files/digest-imake-1.0.0
new file mode 100644
index 000000000000..77552efba860
--- /dev/null
+++ b/x11-misc/imake/files/digest-imake-1.0.0
@@ -0,0 +1 @@
+MD5 afa442819cd0cb51bbfb3f3d63c7ad68 imake-1.0.0.tar.bz2 108312
diff --git a/x11-misc/imake/imake-1.0.0.ebuild b/x11-misc/imake/imake-1.0.0.ebuild
new file mode 100644
index 000000000000..0340be9a9638
--- /dev/null
+++ b/x11-misc/imake/imake-1.0.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.0.ebuild,v 1.1 2005/12/17 23:14:34 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org imake build system"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+RDEPEND="x11-misc/xorg-cf-files"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"
+
+PATCHES=""