diff options
author | 2004-04-17 23:02:17 +0000 | |
---|---|---|
committer | 2004-04-17 23:02:17 +0000 | |
commit | 91b6a81bc98d04f446064e63b89910112612aa12 (patch) | |
tree | 9b781a3158ae4e16daaecec1469351d3425db460 /x11-libs/openmotif | |
parent | Added ~sparc keyword. (diff) | |
download | historical-91b6a81bc98d04f446064e63b89910112612aa12.tar.gz historical-91b6a81bc98d04f446064e63b89910112612aa12.tar.bz2 historical-91b6a81bc98d04f446064e63b89910112612aa12.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r4.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r5.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index dd52df8692b2..a5746b31e449 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.41 2004/04/05 13:51:16 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.42 2004/04/17 23:02:17 aliz Exp $ + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> openmotif-2.1.30-r4.ebuild, + openmotif-2.1.30-r5.ebuild: + Inherit eutils, added IUSE. 05 Apr 2004; Chris Aniszczyk <zx@gentoo.org> openmotif-2.1.30-r5.ebuild: Marking stable on hppa diff --git a/x11-libs/openmotif/openmotif-2.1.30-r4.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r4.ebuild index 28307b1b98ad..4e529bb54316 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r4.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r4.ebuild,v 1.5 2004/03/07 04:35:59 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r4.ebuild,v 1.6 2004/04/17 23:02:17 aliz Exp $ + +inherit eutils MY_P=${P}-4_MLI.src S=${WORKDIR}/motif @@ -9,7 +11,7 @@ SRC_URI="ftp://ftp.metrolink.com/pub/openmotif/2.1.30-4/${MY_P}.tar.gz" HOMEPAGE="http://www.metrolink.com/openmotif/" LICENSE="MOTIF" KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~mips" - +IUSE="" DEPEND="virtual/glibc virtual/x11" diff --git a/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild index 5d84fc5ddaa1..e69c83146451 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild,v 1.2 2004/04/05 13:51:16 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r5.ebuild,v 1.3 2004/04/17 23:02:17 aliz Exp $ + +inherit eutils MY_P=${P}-4_MLI.src S=${WORKDIR}/motif @@ -9,7 +11,7 @@ SRC_URI="ftp://ftp.metrolink.com/pub/openmotif/2.1.30-4/${MY_P}.tar.gz" HOMEPAGE="http://www.metrolink.com/openmotif/" LICENSE="MOTIF" KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~amd64 ~ia64" - +IUSE="" DEPEND="virtual/glibc virtual/x11" |