summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-11-09 20:00:12 +0000
committerAron Griffis <agriffis@gentoo.org>2004-11-09 20:00:12 +0000
commit3a3a3b186101f4e0a68d4c30e631fef01e79f29b (patch)
tree5c19b20158ed2e4a8f348a32740b01bd54be12ff /net-www/mozilla-launcher
parentppc/ppc64 stable (Manifest recommit) (diff)
downloadgentoo-2-3a3a3b186101f4e0a68d4c30e631fef01e79f29b.tar.gz
gentoo-2-3a3a3b186101f4e0a68d4c30e631fef01e79f29b.tar.bz2
gentoo-2-3a3a3b186101f4e0a68d4c30e631fef01e79f29b.zip
Stable on all arches, trim old versions
Diffstat (limited to 'net-www/mozilla-launcher')
-rw-r--r--net-www/mozilla-launcher/ChangeLog9
-rw-r--r--net-www/mozilla-launcher/files/digest-mozilla-launcher-1.191
-rw-r--r--net-www/mozilla-launcher/files/digest-mozilla-launcher-1.211
-rw-r--r--net-www/mozilla-launcher/mozilla-launcher-1.19.ebuild34
-rw-r--r--net-www/mozilla-launcher/mozilla-launcher-1.21.ebuild34
-rw-r--r--net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild4
6 files changed, 10 insertions, 73 deletions
diff --git a/net-www/mozilla-launcher/ChangeLog b/net-www/mozilla-launcher/ChangeLog
index 24271aa90175..fb339fd7e97c 100644
--- a/net-www/mozilla-launcher/ChangeLog
+++ b/net-www/mozilla-launcher/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-www/mozilla-launcher
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/ChangeLog,v 1.35 2004/10/19 19:54:25 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/ChangeLog,v 1.36 2004/11/09 20:00:12 agriffis Exp $
+
+*mozilla-launcher-1.19 (09 Nov 2004)
+
+ 09 Nov 2004; Aron Griffis <agriffis@gentoo.org>
+ -mozilla-launcher-1.19.ebuild, -mozilla-launcher-1.21.ebuild,
+ mozilla-launcher-1.22.ebuild:
+ Stable on all arches, trim old versions
*mozilla-launcher-1.22 (19 Oct 2004)
diff --git a/net-www/mozilla-launcher/files/digest-mozilla-launcher-1.19 b/net-www/mozilla-launcher/files/digest-mozilla-launcher-1.19
deleted file mode 100644
index b712c2838703..000000000000
--- a/net-www/mozilla-launcher/files/digest-mozilla-launcher-1.19
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5a8dc78532786d51a8dff12996c436f0 mozilla-launcher-1.19.bz2 4122
diff --git a/net-www/mozilla-launcher/files/digest-mozilla-launcher-1.21 b/net-www/mozilla-launcher/files/digest-mozilla-launcher-1.21
deleted file mode 100644
index e351e40650a4..000000000000
--- a/net-www/mozilla-launcher/files/digest-mozilla-launcher-1.21
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0cc8838673756e86c29f67efb47bdc83 mozilla-launcher-1.21.bz2 4261
diff --git a/net-www/mozilla-launcher/mozilla-launcher-1.19.ebuild b/net-www/mozilla-launcher/mozilla-launcher-1.19.ebuild
deleted file mode 100644
index f507e32d1ef0..000000000000
--- a/net-www/mozilla-launcher/mozilla-launcher-1.19.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.19.ebuild,v 1.2 2004/11/08 14:20:44 vapier Exp $
-
-DESCRIPTION="Script that launches mozilla or firefox"
-HOMEPAGE=""
-SRC_URI="mirror://gentoo/${P}.bz2
- http://dev.gentoo.org/~agriffis/${PN}/${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
-}
-
-pkg_postinst() {
- local f
-
- find ${ROOT}/usr/bin -type l -maxdepth 1 | \
- 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/net-www/mozilla-launcher/mozilla-launcher-1.21.ebuild b/net-www/mozilla-launcher/mozilla-launcher-1.21.ebuild
deleted file mode 100644
index 4a810c98a46d..000000000000
--- a/net-www/mozilla-launcher/mozilla-launcher-1.21.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.21.ebuild,v 1.8 2004/11/08 14:20:44 vapier Exp $
-
-DESCRIPTION="Script that launches mozilla or firefox"
-HOMEPAGE=""
-SRC_URI="mirror://gentoo/${P}.bz2
- http://dev.gentoo.org/~agriffis/${PN}/${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 -type l -maxdepth 1 | \
- 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/net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild b/net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild
index ee43f7cae6f4..18b24f3da384 100644
--- a/net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild
+++ b/net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild,v 1.2 2004/11/08 14:20:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-launcher/mozilla-launcher-1.22.ebuild,v 1.3 2004/11/09 20:00:12 agriffis Exp $
DESCRIPTION="Script that launches mozilla or firefox"
HOMEPAGE=""
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86"
IUSE=""
DEPEND=""