diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-05-20 07:37:37 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-05-20 07:37:37 +0000 |
commit | 70bc3cdd84cf45525fbf45aee89cfc4e0cb4db61 (patch) | |
tree | 4822c4fe661fa34f1e32e9bf96dc132c4e4c997c /x11-misc | |
parent | Bump. Incorporates force-rm.patch. (diff) | |
download | historical-70bc3cdd84cf45525fbf45aee89cfc4e0cb4db61.tar.gz historical-70bc3cdd84cf45525fbf45aee89cfc4e0cb4db61.tar.bz2 historical-70bc3cdd84cf45525fbf45aee89cfc4e0cb4db61.zip |
Bump. Incorporates 0128_all_4.2.0-imake-tmpdir-v2.patch, finally -- years after azarah wrote it.
Package-Manager: portage-2.1_rc1-r2
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/imake/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/imake/files/digest-imake-1.0.2 | 3 | ||||
-rw-r--r-- | x11-misc/imake/imake-1.0.2.ebuild | 15 |
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-misc/imake/ChangeLog b/x11-misc/imake/ChangeLog index 9856ba9f28e5..6971975e7547 100644 --- a/x11-misc/imake/ChangeLog +++ b/x11-misc/imake/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-misc/imake # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.16 2006/04/09 14:29:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.17 2006/05/20 07:37:37 spyderous Exp $ + +*imake-1.0.2 (20 May 2006) + + 20 May 2006; Donnie Berkholz <spyderous@gentoo.org>; + -files/0128_all_4.2.0-imake-tmpdir-v2.patch, -imake-1.0.1.ebuild, + -imake-1.0.1-r1.ebuild, +imake-1.0.2.ebuild: + Bump. Incorporates 0128_all_4.2.0-imake-tmpdir-v2.patch, finally -- years + after azarah wrote it. 09 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> imake-1.0.1-r1.ebuild: Add ~x86-fbsd keyword. diff --git a/x11-misc/imake/files/digest-imake-1.0.2 b/x11-misc/imake/files/digest-imake-1.0.2 new file mode 100644 index 000000000000..7c67e313c9b8 --- /dev/null +++ b/x11-misc/imake/files/digest-imake-1.0.2 @@ -0,0 +1,3 @@ +MD5 02fea5a02ba2857c7d81820c8e8b8e6f imake-1.0.2.tar.bz2 112959 +RMD160 e440ee22baca33d2831a3ecb8453dca43b3d862e imake-1.0.2.tar.bz2 112959 +SHA256 97cefff4ae76863ebce87496aca715371890505db4a0511d980e92bfe050ac7b imake-1.0.2.tar.bz2 112959 diff --git a/x11-misc/imake/imake-1.0.2.ebuild b/x11-misc/imake/imake-1.0.2.ebuild new file mode 100644 index 000000000000..11738b2adc3e --- /dev/null +++ b/x11-misc/imake/imake-1.0.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.2.ebuild,v 1.1 2006/05/20 07:37:37 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org imake build system" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND="x11-misc/xorg-cf-files + !x11-misc/xmkmf" +DEPEND="${RDEPEND} + x11-proto/xproto" |