diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-17 23:14:34 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-17 23:14:34 +0000 |
commit | 3de25e2222c969f5d006cfb938baa3010c19e99e (patch) | |
tree | 83864f4cd80157569da1212fe9d952078a887e67 /x11-misc/imake | |
parent | Stable on ppc. See bug #115849. (diff) | |
download | gentoo-2-3de25e2222c969f5d006cfb938baa3010c19e99e.tar.gz gentoo-2-3de25e2222c969f5d006cfb938baa3010c19e99e.tar.bz2 gentoo-2-3de25e2222c969f5d006cfb938baa3010c19e99e.zip |
Bump for 7.0RC4. Note that this now includes the "xmkmf" utility.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-misc/imake')
-rw-r--r-- | x11-misc/imake/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/imake/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/imake/files/digest-imake-1.0.0 | 1 | ||||
-rw-r--r-- | x11-misc/imake/imake-1.0.0.ebuild | 16 |
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..717e5152a85e 100644 --- a/x11-misc/imake/Manifest +++ b/x11-misc/imake/Manifest @@ -1,4 +1,6 @@ -MD5 5457083dcfa97853c80c1c7843e841f5 ChangeLog 1046 +MD5 d90836e1ef8db84fb841df04e5e57b6d ChangeLog 1223 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 3247d47a387b5ad08ac67dbc92015c58 imake-1.0.0.ebuild 466 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="" |