diff options
author | 2015-01-08 14:34:31 +0000 | |
---|---|---|
committer | 2015-01-08 14:34:31 +0000 | |
commit | 39ea8269e19d41eb3aab80c7aedb35f62dc7ff1d (patch) | |
tree | 7a6769038a5981319aff36460abf9c563cec2199 /x11-libs | |
parent | Take an orphaned package (diff) | |
download | gentoo-2-39ea8269e19d41eb3aab80c7aedb35f62dc7ff1d.tar.gz gentoo-2-39ea8269e19d41eb3aab80c7aedb35f62dc7ff1d.tar.bz2 gentoo-2-39ea8269e19d41eb3aab80c7aedb35f62dc7ff1d.zip |
x11-libs/motif: Prefix love
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/motif/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/motif/metadata.xml | 12 | ||||
-rw-r--r-- | x11-libs/motif/motif-2.2.3-r12.ebuild | 20 |
3 files changed, 24 insertions, 16 deletions
diff --git a/x11-libs/motif/ChangeLog b/x11-libs/motif/ChangeLog index e174280a22dc..d200f4a6a1da 100644 --- a/x11-libs/motif/ChangeLog +++ b/x11-libs/motif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/motif -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v 1.54 2014/08/13 09:23:32 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v 1.55 2015/01/08 14:34:31 jlec Exp $ + + 08 Jan 2015; Justin Lecher <jlec@gentoo.org> motif-2.2.3-r12.ebuild, + metadata.xml: + Prefix love 13 Aug 2014; Agostino Sarubbo <ago@gentoo.org> motif-2.3.4-r2.ebuild: Stable for ppc, wrt bug #510454 diff --git a/x11-libs/motif/metadata.xml b/x11-libs/motif/metadata.xml index ad024ed0a1ac..18e2c2bd158e 100644 --- a/x11-libs/motif/metadata.xml +++ b/x11-libs/motif/metadata.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>ulm@gentoo.org</email> -</maintainer> -<use> - <flag name='motif22-compatibility'>Compatibility with Open Motif 2.2</flag> -</use> + <maintainer> + <email>ulm@gentoo.org</email> + </maintainer> + <use> + <flag name="motif22-compatibility">Compatibility with Open Motif 2.2</flag> + </use> </pkgmetadata> diff --git a/x11-libs/motif/motif-2.2.3-r12.ebuild b/x11-libs/motif/motif-2.2.3-r12.ebuild index 603091d76b89..80c6be5c44ba 100644 --- a/x11-libs/motif/motif-2.2.3-r12.ebuild +++ b/x11-libs/motif/motif-2.2.3-r12.ebuild @@ -1,27 +1,31 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.2.3-r12.ebuild,v 1.12 2014/06/18 21:14:36 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.2.3-r12.ebuild,v 1.13 2015/01/08 14:34:31 jlec Exp $ EAPI=5 inherit autotools eutils flag-o-matic multilib multilib-minimal MY_P=openMotif-${PV} + DESCRIPTION="Legacy Open Motif libraries for old binaries" HOMEPAGE="http://motif.ics.com/" -SRC_URI="ftp://ftp.ics.com/openmotif/2.2/${PV}/src/${MY_P}.tar.gz +SRC_URI=" + ftp://ftp.ics.com/openmotif/2.2/${PV}/src/${MY_P}.tar.gz mirror://gentoo/openmotif-${PV}-patches-5.tar.xz" LICENSE="MOTIF MIT" SLOT="2.2" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-motif[-abi_x86_32(-)] ) +RDEPEND=" >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}] >=x11-libs/libXp-1.0.2[${MULTILIB_USEDEP}] - >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]" + >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] + abi_x86_32? ( !app-emulation/emul-linux-x86-motif[-abi_x86_32(-)] ) + " DEPEND="${RDEPEND} x11-libs/libXaw @@ -68,8 +72,8 @@ multilib_src_install() { multilib_src_install_all() { # cleanups - rm -Rf "${D}"/usr/bin - rm -f "${D}"/usr/lib*/*.{so,la,a} + rm -Rf "${ED}"/usr/bin || die + rm -f "${ED}"/usr/lib*/*.{so,la,a} || die dodoc README RELEASE RELNOTES BUGREPORT TODO } |