diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-03-08 15:42:14 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-03-08 15:42:14 +0000 |
commit | 190c64c6a48afde9d389a5999ba222a0d053bf15 (patch) | |
tree | 5a0e882e35cd3e87dd90d826a63dfec170191ca1 /x11-libs/motif-config | |
parent | Remove old ebuilds. (diff) | |
download | gentoo-2-190c64c6a48afde9d389a5999ba222a0d053bf15.tar.gz gentoo-2-190c64c6a48afde9d389a5999ba222a0d053bf15.tar.bz2 gentoo-2-190c64c6a48afde9d389a5999ba222a0d053bf15.zip |
cleanups
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-libs/motif-config')
-rw-r--r-- | x11-libs/motif-config/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/motif-config/files/digest-motif-config-0.1 | 0 | ||||
-rw-r--r-- | x11-libs/motif-config/files/digest-motif-config-0.2 | 0 | ||||
-rw-r--r-- | x11-libs/motif-config/files/digest-motif-config-0.2-r1 | 0 | ||||
-rw-r--r-- | x11-libs/motif-config/files/digest-motif-config-0.3 | 0 | ||||
-rw-r--r-- | x11-libs/motif-config/motif-config-0.1.ebuild | 52 | ||||
-rw-r--r-- | x11-libs/motif-config/motif-config-0.2-r1.ebuild | 52 | ||||
-rw-r--r-- | x11-libs/motif-config/motif-config-0.2.ebuild | 52 | ||||
-rw-r--r-- | x11-libs/motif-config/motif-config-0.3.ebuild | 52 |
9 files changed, 6 insertions, 209 deletions
diff --git a/x11-libs/motif-config/ChangeLog b/x11-libs/motif-config/ChangeLog index 776deb08a330..413586424c39 100644 --- a/x11-libs/motif-config/ChangeLog +++ b/x11-libs/motif-config/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/motif-config # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/ChangeLog,v 1.7 2005/03/07 13:38:08 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/ChangeLog,v 1.8 2005/03/08 15:39:00 lanius Exp $ + + 08 Mar 2005; Heinrich Wendel <lanius@gentoo.org> -motif-config-0.1.ebuild, + -motif-config-0.2-r1.ebuild, -motif-config-0.2.ebuild, + -motif-config-0.3.ebuild: + cleanups *motif-config-0.4 (07 Mar 2005) diff --git a/x11-libs/motif-config/files/digest-motif-config-0.1 b/x11-libs/motif-config/files/digest-motif-config-0.1 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/x11-libs/motif-config/files/digest-motif-config-0.1 +++ /dev/null diff --git a/x11-libs/motif-config/files/digest-motif-config-0.2 b/x11-libs/motif-config/files/digest-motif-config-0.2 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/x11-libs/motif-config/files/digest-motif-config-0.2 +++ /dev/null diff --git a/x11-libs/motif-config/files/digest-motif-config-0.2-r1 b/x11-libs/motif-config/files/digest-motif-config-0.2-r1 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/x11-libs/motif-config/files/digest-motif-config-0.2-r1 +++ /dev/null diff --git a/x11-libs/motif-config/files/digest-motif-config-0.3 b/x11-libs/motif-config/files/digest-motif-config-0.3 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/x11-libs/motif-config/files/digest-motif-config-0.3 +++ /dev/null diff --git a/x11-libs/motif-config/motif-config-0.1.ebuild b/x11-libs/motif-config/motif-config-0.1.ebuild deleted file mode 100644 index 446d1d597377..000000000000 --- a/x11-libs/motif-config/motif-config-0.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/motif-config-0.1.ebuild,v 1.7 2005/02/26 21:24:43 j4rg0n Exp $ - -inherit multilib - -DESCRIPTION="Utility to change the default Motif library" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="" - -RDEPEND="app-shells/bash" - -src_unpack(){ - einfo "nothing to unpack" -} - -src_compile() { - einfo "nothing to compile" -} - -src_install () { - exeinto /usr/bin - newexe ${FILESDIR}/motif-config-0.1 motif-config - dosed "s:@@LIBDIR@@:$(get_libdir):g" /usr/bin/motif-config - - # for profile - dodir /usr/$(get_libdir)/motif - keepdir /usr/$(get_libdir)/motif - - # bitmaps - dodir /usr/include/X11/bitmaps - tar -xjf ${FILESDIR}/bitmaps.tbz2 -C ${D}/usr/include/X11/bitmaps - # bindings - dodir /usr/$(get_libdir)/X11/bindings - tar -xjf ${FILESDIR}/bindings.tbz2 -C ${D}/usr/$(get_libdir)/X11/bindings - - # mwm default config - insinto /etc/X11/app-defaults - doins ${FILESDIR}/Mwm.defaults - - insinto /etc/X11/mwm - doins ${FILESDIR}/system.mwmrc - - dosym /etc/X11/mwm /usr/$(get_libdir)/X11/mwm -} diff --git a/x11-libs/motif-config/motif-config-0.2-r1.ebuild b/x11-libs/motif-config/motif-config-0.2-r1.ebuild deleted file mode 100644 index fa6cf556bc25..000000000000 --- a/x11-libs/motif-config/motif-config-0.2-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/motif-config-0.2-r1.ebuild,v 1.3 2005/03/02 23:11:33 j4rg0n Exp $ - -inherit multilib - -DESCRIPTION="Utility to change the default Motif library" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="" - -RDEPEND="app-shells/bash" - -src_unpack(){ - einfo "nothing to unpack" -} - -src_compile() { - einfo "nothing to compile" -} - -src_install () { - exeinto /usr/bin - newexe ${FILESDIR}/${P} motif-config - dosed "s:@@LIBDIR@@:$(get_libdir):g" /usr/bin/motif-config - - # for profile - dodir /usr/$(get_libdir)/motif - keepdir /usr/$(get_libdir)/motif - - # bitmaps - dodir /usr/include/X11/bitmaps - tar -xjf ${FILESDIR}/bitmaps.tbz2 -C ${D}/usr/include/X11/bitmaps - # bindings - dodir /usr/$(get_libdir)/X11/bindings - tar -xjf ${FILESDIR}/bindings.tbz2 -C ${D}/usr/$(get_libdir)/X11/bindings - - # mwm default config - insinto /etc/X11/app-defaults - doins ${FILESDIR}/Mwm.defaults - - insinto /etc/X11/mwm - doins ${FILESDIR}/system.mwmrc - - dosym /etc/X11/mwm /usr/$(get_libdir)/X11/mwm -} diff --git a/x11-libs/motif-config/motif-config-0.2.ebuild b/x11-libs/motif-config/motif-config-0.2.ebuild deleted file mode 100644 index 5f18b3b376a9..000000000000 --- a/x11-libs/motif-config/motif-config-0.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/motif-config-0.2.ebuild,v 1.3 2005/02/26 21:24:43 j4rg0n Exp $ - -inherit multilib - -DESCRIPTION="Utility to change the default Motif library" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="" - -RDEPEND="app-shells/bash" - -src_unpack(){ - einfo "nothing to unpack" -} - -src_compile() { - einfo "nothing to compile" -} - -src_install () { - exeinto /usr/bin - newexe ${FILESDIR}/${P} motif-config - dosed "s:@@LIBDIR@@:$(get_libdir):g" /usr/bin/motif-config - - # for profile - dodir /usr/$(get_libdir)/motif - keepdir /usr/$(get_libdir)/motif - - # bitmaps - dodir /usr/include/X11/bitmaps - tar -xjf ${FILESDIR}/bitmaps.tbz2 -C ${D}/usr/include/X11/bitmaps - # bindings - dodir /usr/$(get_libdir)/X11/bindings - tar -xjf ${FILESDIR}/bindings.tbz2 -C ${D}/usr/$(get_libdir)/X11/bindings - - # mwm default config - insinto /etc/X11/app-defaults - doins ${FILESDIR}/Mwm.defaults - - insinto /etc/X11/mwm - doins ${FILESDIR}/system.mwmrc - - dosym /etc/X11/mwm /usr/$(get_libdir)/X11/mwm -} diff --git a/x11-libs/motif-config/motif-config-0.3.ebuild b/x11-libs/motif-config/motif-config-0.3.ebuild deleted file mode 100644 index a92d79391178..000000000000 --- a/x11-libs/motif-config/motif-config-0.3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/motif-config-0.3.ebuild,v 1.2 2005/03/02 23:11:33 j4rg0n Exp $ - -inherit multilib - -DESCRIPTION="Utility to change the default Motif library" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="" - -RDEPEND="app-shells/bash" - -src_unpack(){ - einfo "nothing to unpack" -} - -src_compile() { - einfo "nothing to compile" -} - -src_install () { - exeinto /usr/bin - newexe ${FILESDIR}/${P} motif-config - dosed "s:@@LIBDIR@@:$(get_libdir):g" /usr/bin/motif-config - - # for profile - dodir /usr/$(get_libdir)/motif - keepdir /usr/$(get_libdir)/motif - - # bitmaps - dodir /usr/include/X11/bitmaps - tar -xjf ${FILESDIR}/bitmaps.tbz2 -C ${D}/usr/include/X11/bitmaps - # bindings - dodir /usr/$(get_libdir)/X11/bindings - tar -xjf ${FILESDIR}/bindings.tbz2 -C ${D}/usr/$(get_libdir)/X11/bindings - - # mwm default config - insinto /etc/X11/app-defaults - doins ${FILESDIR}/Mwm.defaults - - insinto /etc/X11/mwm - doins ${FILESDIR}/system.mwmrc - - dosym /etc/X11/mwm /usr/$(get_libdir)/X11/mwm -} |