diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-23 09:07:31 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-23 09:07:31 +0000 |
commit | c93605ed9735b1f9bd516d236f4941ea72353104 (patch) | |
tree | 7ba6e540330c3b5e46ff5f221902b73105446a42 /x11-misc/imake | |
parent | Bump for 7.0. (diff) | |
download | gentoo-2-c93605ed9735b1f9bd516d236f4941ea72353104.tar.gz gentoo-2-c93605ed9735b1f9bd516d236f4941ea72353104.tar.bz2 gentoo-2-c93605ed9735b1f9bd516d236f4941ea72353104.zip |
Bump for 7.0.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-misc/imake')
-rw-r--r-- | x11-misc/imake/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/imake/files/digest-imake-1.0.1 | 1 | ||||
-rw-r--r-- | x11-misc/imake/imake-1.0.1.ebuild | 17 |
3 files changed, 24 insertions, 1 deletions
diff --git a/x11-misc/imake/ChangeLog b/x11-misc/imake/ChangeLog index 5d30ab162580..a6f6f5cd1072 100644 --- a/x11-misc/imake/ChangeLog +++ b/x11-misc/imake/ChangeLog @@ -1,6 +1,11 @@ # 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.9 2005/12/20 16:19:51 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.10 2005/12/23 09:06:29 spyderous Exp $ + +*imake-1.0.1 (23 Dec 2005) + + 23 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; +imake-1.0.1.ebuild: + Bump for 7.0. 20 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; imake-1.0.0.ebuild: Add blocker on xmkmf; this version includes it. diff --git a/x11-misc/imake/files/digest-imake-1.0.1 b/x11-misc/imake/files/digest-imake-1.0.1 new file mode 100644 index 000000000000..5dc088a8258f --- /dev/null +++ b/x11-misc/imake/files/digest-imake-1.0.1 @@ -0,0 +1 @@ +MD5 8c859fdddd57e91132ceab1344bfe728 imake-1.0.1.tar.bz2 108642 diff --git a/x11-misc/imake/imake-1.0.1.ebuild b/x11-misc/imake/imake-1.0.1.ebuild new file mode 100644 index 000000000000..fab7702ee479 --- /dev/null +++ b/x11-misc/imake/imake-1.0.1.ebuild @@ -0,0 +1,17 @@ +# 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.1.ebuild,v 1.1 2005/12/23 09:06:29 spyderous 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 + !x11-misc/xmkmf" +DEPEND="${RDEPEND} + x11-proto/xproto" + +PATCHES="" |