summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mark 1.23 stable everywhereAron Griffis2005-02-094-15/+17
| | | | Package-Manager: portage-2.0.51-r15
* Change encoding to UTF-8 for GLEP 31 complianceCiaran McCreesh2004-12-291-4/+4
|
* Change encoding to UTF-8 for GLEP 31 complianceCiaran McCreesh2004-12-291-2/+5
|
* Error out when profile contains files owned by another user #67052 (and others)Aron Griffis2004-11-154-2/+45
|
* Stable on all arches, trim old versionsAron Griffis2004-11-097-79/+12
|
* arm KEYWORDSMike Frysinger2004-11-084-10/+10
|
* Add XUL.mfasl to the list of files to delete when the browser is upgraded #67338Aron Griffis2004-10-194-14/+48
|
* Stable on alpha.Bryan Østergaard2004-10-193-6/+20
|
* Marked ppcLuca Barbato2004-10-033-7/+10
|
* Stable on sparc wrt security bug #66084.Jason Wever2004-10-031-13/+3
|
* Stable on sparc wrt security bug #66084.Jason Wever2004-10-032-3/+6
|
* ia64 stable for security #66084Mike Frysinger2004-10-031-1/+11
|
* ia64 stable for security #66084Mike Frysinger2004-10-031-3/+3
|
* stable on amd64, huzzahTravis Tilley2004-10-023-6/+9
|
* Bump to stable on x86Brad Laue2004-10-023-5/+8
|
* Update to 1.21 to remove chrome.rdf along with compreg.dat on first run of ↵Aron Griffis2004-09-297-43/+14
| | | | new browser version #63999
* Update to 1.20, marked ~arch, to remove compreg.dat on first run of a new ↵Aron Griffis2004-09-284-2/+46
| | | | version #63999
* Update to 1.19 to fix xremote problems with [Tt]hunderbird-0.8 #65128Aron Griffis2004-09-276-10/+14
|
* stable on ppc64, bug #54843xTom Gall2004-08-213-6/+9
|
* Understand the sunbird name in addition to sunbird-binAron Griffis2004-08-205-6/+12
|
* Add raw sunbird-bin support #54988Aron Griffis2004-08-204-2/+45
|
* Mark stable on all arches, trim old versionsAron Griffis2004-08-189-124/+10
|
* Corrected metadata.xml to match DTD.Sven Wegener2004-08-143-7/+22
|
* Use MOZILLA_FIVE_HOME instead of hardcoded path for thunderbird/Thunderbird ↵Aron Griffis2004-08-054-2/+46
| | | | test #56894
* Mark 1.15 stable on all arches, trim 1.10Aron Griffis2004-07-265-44/+12
|
* (no commit message)Aron Griffis2004-06-251-5/+5
|
* update copyright line: Gentoo Technologies => Gentoo FoundationAron Griffis2004-06-255-10/+10
|
* Fix bug 54357: thunderbird's mozilla-xremote-client requires -a Thunderbird ↵Aron Griffis2004-06-217-59/+22
| | | | instead of -a thunderbird. Work around the problem in mozilla-launcher for 0.7 specifically. Bug filed upstream for this: http://bugzilla.mozilla.org/show_bug.cgi?id=247754
* fix manifest #54186Mike Frysinger2004-06-172-9/+19
|
* Mark 1.12 stable on all archesAron Griffis2004-06-173-5/+9
|
* Speed up mozilla-launcher by getting rid of an unnecessary call to xwininfoAron Griffis2004-06-174-2/+45
|
* Add my public_html as an alternate download site for the sake of being able ↵Aron Griffis2004-06-163-5/+11
| | | | to release before the mirrors are fully populated
* bump to version 1.13: Fix mozilla-launcher for -bin installations that ↵Aron Griffis2004-06-164-2/+46
| | | | support mozilla-xremote-launcher -a programname. Previously mozilla-launcher would try to use programname-bin which doesn't work
* Revert previous change. The problem is that mozilla-xremote-client will ↵Aron Griffis2004-06-085-6/+17
| | | | deliver a command to the wrong target (for example thunderbird instead of firefox) unless fake_user is employed. This means that mozilla-launcher-1.11 will fail to start a new instance of firefox if it finds an instance of thunderbird because fake_user failed. Instead the only solution to bug 52364 at the moment is to set MOZ_NO_FAKE_USER=1 in the environment.
* Fix bug 52364 by recognizing when fake_user can't find an instance of ↵Aron Griffis2004-06-024-4/+49
| | | | _MOZILLA_USER in the xprops. This just goes to show that fake_user is a hack... can't wait for -a to be available in all the mozilla-xremote-client flavors.
* stable on amd64Travis Tilley2004-06-021-2/+2
|
* stable on amd64Travis Tilley2004-06-022-3/+6
|
* Fix bug 52069 (mozilla-launcher-1.9 can't load thunderbird anymore) by ↵Aron Griffis2004-05-265-6/+13
| | | | fixing typos in second case statement in which_browser
* Add -bin support to mozilla-launcher. Prune old ebuildsAron Griffis2004-05-2615-128/+29
|
* repoman: Trim trailing whitespaceMichael Sterrett2004-05-102-9/+9
|
* Move mozilla-launcher to /usr/libexec to reduce confusion for bug 46183. ↵Aron Griffis2004-05-074-2/+46
| | | | Mark this stable immediately to satisfy existing keywords in mozilla-firefox ebuilds
* Fix bug 47942 (Gaim open two FireFox windows) by simplifying the code and ↵Aron Griffis2004-05-044-2/+33
| | | | correcting the handling of -remote
* version bump to 1.6Aron Griffis2004-05-044-2/+32
|
* Workaround comma-space problem in mozilla-1.7_rc1 and auto-detect xremote ↵Aron Griffis2004-05-034-2/+33
| | | | capability to do -a programname
* New version 1.3, do URL fixups required for 1.7_rc1, remove deprecated ↵Aron Griffis2004-05-025-7/+39
| | | | environment stuff for mozilla. Mark 1.2 stable on mips to bring it up to date with other arches.
* Added to ~mipsBret Curtis2004-04-253-7/+10
|
* Don't use detection or fake_user for remote displays because it takes too ↵Aron Griffis2004-03-284-2/+32
| | | | long (4 minutes in one test)
* New ebuild for mozilla-launcher; a script to launch either firefox or mozillaAron Griffis2004-03-245-0/+41