diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-11-11 19:54:43 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-11-11 19:54:43 +0000 |
commit | 6f778d9ff9d2e4c13c19f10e90a82fb1f12bd433 (patch) | |
tree | 427e79681855417bf91eb942f3de78d0f7682320 /x11-misc | |
parent | Stable on sparc at developer's request (Bug #112115). Builds and (diff) | |
download | gentoo-2-6f778d9ff9d2e4c13c19f10e90a82fb1f12bd433.tar.gz gentoo-2-6f778d9ff9d2e4c13c19f10e90a82fb1f12bd433.tar.bz2 gentoo-2-6f778d9ff9d2e4c13c19f10e90a82fb1f12bd433.zip |
Bump for 7.0RC2.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc')
-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-0.99.2 | 1 | ||||
-rw-r--r-- | x11-misc/imake/imake-0.99.2.ebuild | 16 |
4 files changed, 27 insertions, 2 deletions
diff --git a/x11-misc/imake/ChangeLog b/x11-misc/imake/ChangeLog index fe2948bbc476..cb2028de3202 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.4 2005/11/07 14:55:52 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.5 2005/11/11 19:53:33 joshuabaergen Exp $ + +*imake-0.99.2 (11 Nov 2005) + + 11 Nov 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +imake-0.99.2.ebuild: + Bump for 7.0RC2. 07 Nov 2005; Stephen P. Becker <geoman@gentoo.org> imake-0.99.1.ebuild: added ~mips keyword diff --git a/x11-misc/imake/Manifest b/x11-misc/imake/Manifest index 090766f4417d..4e6843d7ae47 100644 --- a/x11-misc/imake/Manifest +++ b/x11-misc/imake/Manifest @@ -1,4 +1,6 @@ -MD5 63bb6bfb73a6eb6e4555e79d05051dc3 ChangeLog 660 +MD5 982f65d5dcda3129c67403cb76da82ec ChangeLog 790 MD5 2ac8c99149a38ceab27b730f81d7b697 files/digest-imake-0.99.1 64 +MD5 0d864421a5bb4c6bffe5ad7a524e859a files/digest-imake-0.99.2 64 MD5 073ddaf1b6f64426bb570a0161e48500 imake-0.99.1.ebuild 459 +MD5 073ddaf1b6f64426bb570a0161e48500 imake-0.99.2.ebuild 459 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 diff --git a/x11-misc/imake/files/digest-imake-0.99.2 b/x11-misc/imake/files/digest-imake-0.99.2 new file mode 100644 index 000000000000..88e2372ec9e7 --- /dev/null +++ b/x11-misc/imake/files/digest-imake-0.99.2 @@ -0,0 +1 @@ +MD5 2efcc85a63705176a53146c5d3f274d3 imake-0.99.2.tar.bz2 72726 diff --git a/x11-misc/imake/imake-0.99.2.ebuild b/x11-misc/imake/imake-0.99.2.ebuild new file mode 100644 index 000000000000..ca38d528ef6f --- /dev/null +++ b/x11-misc/imake/imake-0.99.2.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-0.99.2.ebuild,v 1.1 2005/11/11 19:53:33 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="" |