diff options
author | 2006-01-03 01:28:15 +0000 | |
---|---|---|
committer | 2006-01-03 01:28:15 +0000 | |
commit | 8940f2b2197707a4c289f194677397fae14ec4c8 (patch) | |
tree | 80fbad084f177d973df831eb288d78b0a1594c7f /x11-libs/openmotif | |
parent | Add patch to fix compilation on gcc-4, thanks to Diego Pettenò <flameeyes@ge... (diff) | |
download | historical-8940f2b2197707a4c289f194677397fae14ec4c8.tar.gz historical-8940f2b2197707a4c289f194677397fae14ec4c8.tar.bz2 historical-8940f2b2197707a4c289f194677397fae14ec4c8.zip |
arm/ia64/sh stable
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r-- | x11-libs/openmotif/Manifest | 8 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.3-r8.ebuild | 13 |
2 files changed, 9 insertions, 12 deletions
diff --git a/x11-libs/openmotif/Manifest b/x11-libs/openmotif/Manifest index 61b24cdd0827..bde7dab6b2ae 100644 --- a/x11-libs/openmotif/Manifest +++ b/x11-libs/openmotif/Manifest @@ -39,11 +39,11 @@ MD5 42396ea17f3c272cf7b98359ef1fb73d openmotif-2.1.30-r13.ebuild 5157 MD5 cbb60554d94564b84d4960afdbcc2500 openmotif-2.1.30-r9.ebuild 3939 MD5 820298e14c2fe7aa9d83621eb59a75ad openmotif-2.2.3-r3.ebuild 3239 MD5 0b8526ea0e8fb64a6dafc6108efae24d openmotif-2.2.3-r7.ebuild 3919 -MD5 c3904b0670b581ace7de3972582c7edc openmotif-2.2.3-r8.ebuild 3953 +MD5 64b6d594cc5a33b7b616c5cd2b498c15 openmotif-2.2.3-r8.ebuild 3916 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDrfnkViELBEf1JB0RAkqeAJ9DACXzCpaCpk9+yG4PNrJLDm1q2QCffanD -Q7IxY+RTThgnBeHl53bMQGo= -=G0fp +iD8DBQFDudNk2+ySkm8kpY0RAkjcAKCVbeRJlUSxanzdaVRQWb6X09WinACfVqsq +pUTiHA4bAzvIsVA439dl7i8= +=vZ2E -----END PGP SIGNATURE----- diff --git a/x11-libs/openmotif/openmotif-2.2.3-r8.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r8.ebuild index 5beb229927f4..610106e703b1 100644 --- a/x11-libs/openmotif/openmotif-2.2.3-r8.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.3-r8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r8.ebuild,v 1.7 2005/12/25 01:45:54 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r8.ebuild,v 1.8 2006/01/03 01:28:15 vapier Exp $ inherit eutils libtool flag-o-matic multilib @@ -11,7 +11,8 @@ HOMEPAGE="http://www.motifzone.org/" SRC_URI="ftp://ftp.motifzone.net/om${PV}/src/${MY_P}.tar.gz" LICENSE="MOTIF" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc-macos ppc64 sparc x86" +SLOT="2.2" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 sh sparc x86" IUSE="" RDEPEND="virtual/libc @@ -34,7 +35,6 @@ DEPEND="${RDEPEND} )" PROVIDE="virtual/motif" -SLOT="2.2" pkg_setup() { # multilib includes don't work right in this package... @@ -131,11 +131,8 @@ src_install() { done done - # install docs - dodoc COPYRIGHT.MOTIF LICENSE - dodoc README RELEASE RELNOTES - dodoc BUGREPORT TODO + dodoc README RELEASE RELNOTES BUGREPORT TODO # profile stuff dodir /etc/env.d |