diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-04-13 23:16:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-04-13 23:16:58 +0000 |
commit | 5cf0a2b670fb67bde0c6d598b18da3d3cf76bc54 (patch) | |
tree | 283c5931089942ddaf7d43531dfa39e9ad785b11 /x11-libs | |
parent | Remove last vulnerable ebuild wrt bug 201671. (diff) | |
download | gentoo-2-5cf0a2b670fb67bde0c6d598b18da3d3cf76bc54.tar.gz gentoo-2-5cf0a2b670fb67bde0c6d598b18da3d3cf76bc54.tar.bz2 gentoo-2-5cf0a2b670fb67bde0c6d598b18da3d3cf76bc54.zip |
Remove old version; no package needs SLOT 2.2 anymore.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.3-r9.ebuild | 123 |
2 files changed, 4 insertions, 124 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index c424ea6790fd..6766906f354e 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.171 2008/04/07 18:34:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.172 2008/04/13 23:16:58 ulm Exp $ + + 13 Apr 2008; Ulrich Mueller <ulm@gentoo.org> -openmotif-2.2.3-r9.ebuild: + Remove old version; no package needs SLOT 2.2 anymore. *openmotif-2.3.0-r2 (07 Apr 2008) diff --git a/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild deleted file mode 100644 index 9a2e6f1e8475..000000000000 --- a/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2008 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-r9.ebuild,v 1.17 2008/02/23 19:11:23 ulm Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="1.6" - -inherit eutils libtool flag-o-matic multilib autotools - -MY_P=${P/m/M} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Open Motif" -HOMEPAGE="http://www.motifzone.org/" -SRC_URI="ftp://ftp.motifzone.net/om${PV}/src/${MY_P}.tar.gz - mirror://gentoo/${P}-patches-1.tar.bz2" - -LICENSE="MOTIF" -SLOT="2.2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=" - x11-libs/libXmu - x11-libs/libXaw - x11-libs/libXp - x11-proto/printproto - >=x11-libs/motif-config-0.9" -DEPEND="${RDEPEND} - >=sys-apps/sed-4 - x11-misc/xbitmaps" - -PROVIDE="virtual/motif" - -pkg_setup() { - # multilib includes don't work right in this package... - [ -n "${ABI}" ] && append-flags "-I/usr/include/gentoo-multilib/${ABI}" -} - -src_unpack() { - unpack ${A} - cd ${S} - - # various patches - EPATCH_SUFFIX=patch epatch - - # This replaces deprecated, obsoleted and now invalid AC_DEFINE - # with their proper alternatives. - sed -i -e 's:AC_DEFINE(\([^)]*\)):AC_DEFINE(\1, [], [\1]):g' \ - "${S}/configure.in" "${S}/acinclude.m4" - - eautoreconf -} - -src_compile() { - # get around some LANG problems in make (#15119) - unset LANG - - # bug #80421 - filter-flags -ftracer - - append-flags -fno-strict-aliasing - - econf --with-x || die "configuration failed" - - emake -j1 || die "make failed, if you have lesstif installed removed it, compile openmotif and recompile lesstif" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - - # cleanups - rm -fR ${D}/usr/$(get_libdir)/X11 - rm -fR ${D}/usr/$(get_libdir)/X11/bindings - rm -fR ${D}/usr/include/X11/ - - list="/usr/share/man/man1/mwm.1 /usr/share/man/man4/mwmrc.4" - for f in $list; do - dosed 's:/usr/lib/X11/\(.*system\\&\.mwmrc\):/etc/X11/mwm/\1:g' "$f" - dosed 's:/usr/lib/X11/app-defaults:/etc/X11/app-defaults:g' "$f" - done - - einfo "Fixing binaries" - dodir /usr/$(get_libdir)/openmotif-2.2 - for file in `ls ${D}/usr/bin` - do - mv ${D}/usr/bin/${file} ${D}/usr/$(get_libdir)/openmotif-2.2/${file} - done - - einfo "Fixing libraries" - mv ${D}/usr/$(get_libdir)/* ${D}/usr/$(get_libdir)/openmotif-2.2/ - - einfo "Fixing includes" - dodir /usr/include/openmotif-2.2/ - mv ${D}/usr/include/* ${D}/usr/include/openmotif-2.2 - - einfo "Fixing man pages" - mans="1 3 4 5" - for man in $mans; do - dodir /usr/share/man/man${man} - for file in `ls ${D}/usr/share/man/man${man}` - do - file=${file/.${man}/} - mv ${D}/usr/share/man/man$man/${file}.${man} ${D}/usr/share/man/man${man}/${file}-openmotif-2.2.${man} - done - done - - # install docs - dodoc README RELEASE RELNOTES BUGREPORT TODO - - # profile stuff - dodir /etc/env.d - echo "LDPATH=/usr/$(get_libdir)/openmotif-2.2" > ${D}/etc/env.d/15openmotif-2.2 - dodir /usr/$(get_libdir)/motif - echo "PROFILE=openmotif-2.2" > ${D}/usr/$(get_libdir)/motif/openmotif-2.2 -} - -pkg_postinst() { - /usr/bin/motif-config -s -} - -pkg_postrm() { - /usr/bin/motif-config -s -} |