diff options
Diffstat (limited to 'www-client')
6 files changed, 0 insertions, 102 deletions
diff --git a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.22 b/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.22 deleted file mode 100644 index 20395f277462..000000000000 --- a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.22 +++ /dev/null @@ -1 +0,0 @@ -MD5 7026bcfb81a41356f226b8dd1b3824ab mozilla-launcher-1.22.bz2 4285 diff --git a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.23 b/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.23 deleted file mode 100644 index cfd3213f041d..000000000000 --- a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.23 +++ /dev/null @@ -1 +0,0 @@ -MD5 538dfda75560eda54c4c4ce2c85fc6db mozilla-launcher-1.23.bz2 4550 diff --git a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.26 b/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.26 deleted file mode 100644 index 05231537a9a2..000000000000 --- a/www-client/mozilla-launcher/files/digest-mozilla-launcher-1.26 +++ /dev/null @@ -1 +0,0 @@ -MD5 0946d861482c6d7da6d18655f7daf778 mozilla-launcher-1.26.bz2 5041 diff --git a/www-client/mozilla-launcher/mozilla-launcher-1.22.ebuild b/www-client/mozilla-launcher/mozilla-launcher-1.22.ebuild deleted file mode 100644 index 76cbe085bf55..000000000000 --- a/www-client/mozilla-launcher/mozilla-launcher-1.22.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/mozilla-launcher-1.22.ebuild,v 1.1 2005/03/23 19:54:07 seemant Exp $ - -DESCRIPTION="Script that launches mozilla or firefox" -HOMEPAGE="" -SRC_URI="mirror://gentoo/${P}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -src_install() { - exeinto /usr/libexec - newexe ${P} mozilla-launcher || die -} - -pkg_postinst() { - local f - - find ${ROOT}/usr/bin -maxdepth 1 -type l | \ - while read f; do - [[ $(readlink ${f}) == mozilla-launcher ]] || continue - einfo "Updating ${f} symlink to /usr/libexec/mozilla-launcher" - ln -sfn /usr/libexec/mozilla-launcher ${f} - done -} diff --git a/www-client/mozilla-launcher/mozilla-launcher-1.23.ebuild b/www-client/mozilla-launcher/mozilla-launcher-1.23.ebuild deleted file mode 100644 index 945b50cf62dc..000000000000 --- a/www-client/mozilla-launcher/mozilla-launcher-1.23.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/mozilla-launcher-1.23.ebuild,v 1.1 2005/03/23 19:54:07 seemant Exp $ - -DESCRIPTION="Script that launches mozilla or firefox" -HOMEPAGE="" -SRC_URI="mirror://gentoo/${P}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -src_install() { - exeinto /usr/libexec - newexe ${P} mozilla-launcher || die -} - -pkg_postinst() { - local f - - find ${ROOT}/usr/bin -maxdepth 1 -type l | \ - while read f; do - [[ $(readlink ${f}) == mozilla-launcher ]] || continue - einfo "Updating ${f} symlink to /usr/libexec/mozilla-launcher" - ln -sfn /usr/libexec/mozilla-launcher ${f} - done -} diff --git a/www-client/mozilla-launcher/mozilla-launcher-1.26.ebuild b/www-client/mozilla-launcher/mozilla-launcher-1.26.ebuild deleted file mode 100644 index 52286de5ba6b..000000000000 --- a/www-client/mozilla-launcher/mozilla-launcher-1.26.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-launcher/mozilla-launcher-1.26.ebuild,v 1.1 2005/03/23 19:54:07 seemant Exp $ - -DESCRIPTION="Script that launches mozilla or firefox" -HOMEPAGE="" -SRC_URI="mirror://gentoo/${P}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -src_install() { - exeinto /usr/libexec - newexe ${P} mozilla-launcher || die -} - -pkg_postinst() { - local f - - find ${ROOT}/usr/bin -maxdepth 1 -type l | \ - while read f; do - [[ $(readlink ${f}) == mozilla-launcher ]] || continue - einfo "Updating ${f} symlink to /usr/libexec/mozilla-launcher" - ln -sfn /usr/libexec/mozilla-launcher ${f} - done -} |