summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* macos went awayMichael Sterrett2005-02-141-7/+7
| | | | | (Portage version: 2.0.51-r15) (Manifest recommit) (Portage version: 2.0.51-r15)
* macos went awayMichael Sterrett2005-02-142-6/+6
| | | | (Portage version: 2.0.51-r15)
* Add some patches from Debian/Fedora fixing #74807 by Ivan Todoroski in the ↵Mike Frysinger2005-02-121-4/+7
| | | | | | | process. (Portage version: 2.0.51-r15) (Manifest recommit) (Portage version: 2.0.51-r15)
* Add some patches from Debian/Fedora fixing #74807 by Ivan Todoroski in the ↵Mike Frysinger2005-02-127-1/+265
| | | | | | process. (Portage version: 2.0.51-r15)
* oldMike Frysinger2005-02-123-109/+0
|
* Add patch by Sunil to fix solaris linking #81058.Mike Frysinger2005-02-111-2/+3
| | | | | (Portage version: 2.0.51-r15) (Manifest recommit) (Portage version: 2.0.51-r15)
* Add patch by Sunil to fix solaris linking #81058.Mike Frysinger2005-02-113-2/+32
| | | | (Portage version: 2.0.51-r15)
* back port embedded fixMike Frysinger2005-01-271-11/+1
| | | | | (Portage version: 2.0.51-r15) (Manifest recommit) (Portage version: 2.0.51-r15)
* back port embedded fixMike Frysinger2005-01-271-1/+4
| | | | (Portage version: 2.0.51-r15)
* remove amd64 stable; needs to be upgraded in conjunction with other apps ↵Mike Frysinger2005-01-121-6/+16
| | | | (Manifest recommit)
* remove amd64 stable; needs to be upgraded in conjunction with other appsMike Frysinger2005-01-122-6/+3
|
* marked as stable on amd64. (Manifest recommit)Jan Brinkmann2005-01-121-4/+4
|
* marked as stable on amd64.Jan Brinkmann2005-01-122-3/+6
|
* Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit)Ciaran McCreesh2005-01-031-17/+7
|
* Change encoding to UTF-8 for GLEP 31 complianceCiaran McCreesh2005-01-034-9/+12
|
* no need for -L$ROOT workaround in ebuild (Manifest recommit)Mike Frysinger2004-12-081-1/+11
|
* no need for -L$ROOT workaround in ebuildMike Frysinger2004-12-081-2/+2
|
* when linking ncurses, search $ROOT/lib (Manifest recommit)Mike Frysinger2004-12-071-11/+1
|
* when linking ncurses, search $ROOT/libMike Frysinger2004-12-071-2/+2
|
* Force ncurses linking #71420. (Manifest recommit)Mike Frysinger2004-11-241-5/+5
|
* Force ncurses linking #71420.Mike Frysinger2004-11-242-8/+12
|
* old (Manifest recommit)Mike Frysinger2004-11-171-2/+10
|
* oldMike Frysinger2004-11-172-75/+0
|
* sh KEYWORDS (Manifest recommit)Mike Frysinger2004-11-121-12/+2
|
* sh KEYWORDSMike Frysinger2004-11-122-4/+4
|
* old (Manifest recommit)Mike Frysinger2004-10-311-10/+15
|
* oldMike Frysinger2004-10-316-232/+2
|
* removed macos (Manifest recommit)Michael Sterrett2004-10-231-17/+7
|
* removed macosMichael Sterrett2004-10-231-2/+2
|
* make sure the shared libraries are +x (Manifest recommit)Mike Frysinger2004-10-051-4/+14
|
* make sure the shared libraries are +xMike Frysinger2004-10-051-1/+2
|
* Stable on sparc (Manifest recommit)Gustavo Zacarias2004-09-301-15/+5
|
* Stable on sparcGustavo Zacarias2004-09-302-3/+6
|
* x86/ia64/ppc stable FOR FUN HAHAHAHAAHA (Manifest recommit)Mike Frysinger2004-09-291-4/+4
|
* x86/ia64/ppc stable FOR FUN HAHAHAHAAHAMike Frysinger2004-09-291-2/+2
|
* upstream patches and /etc/inputrc fixe #38955 (Manifest recommit)Mike Frysinger2004-09-291-2/+15
|
* upstream patches and /etc/inputrc fixe #38955Mike Frysinger2004-09-294-1/+127
|
* Forgot Changelog. Sorry!Lina Pezzella2004-09-291-1/+4
|
* Fixes collision with existing history(3) manpage on ppc-macos. (Manifest ↵Lina Pezzella2004-09-291-3/+3
| | | | recommit)
* Fixes collision with existing history(3) manpage on ppc-macos.Lina Pezzella2004-09-291-1/+7
|
* ppc-macos keywording (Manifest recommit)Pieter van den Abeele2004-09-161-14/+4
|
* ppc-macos keywordingPieter van den Abeele2004-09-161-2/+5
|
* gnuconfig lovin (Manifest recommit)Mike Frysinger2004-09-081-1/+11
|
* gnuconfig lovinMike Frysinger2004-09-081-4/+5
|
* get_libdir fixups for backwards compatibility with readline-4. (Manifest ↵Jeremy Huddleston2004-09-021-8/+8
| | | | recommit)
* get_libdir fixups for backwards compatibility with readline-4.Jeremy Huddleston2004-09-022-7/+10
|
* readline failed to install correctly when lib64 was a directory, CONF_LIBDIR ↵Travis Tilley2004-08-261-19/+9
| | | | wasnt set, and when using portage 2.0.50. to fix this i've converted the ebuilds to using the new get_libdir function, set --libdir=/usr/$(get_libdir), and changed einstall to make DESTDIR=${D} install (since the version in 2.0.50 doesnt set libdir, breaking sandbox) (Manifest recommit)
* readline failed to install correctly when lib64 was a directory, CONF_LIBDIR ↵Travis Tilley2004-08-264-56/+55
| | | | wasnt set, and when using portage 2.0.50. to fix this i've converted the ebuilds to using the new get_libdir function, set --libdir=/usr/$(get_libdir), and changed einstall to make DESTDIR=${D} install (since the version in 2.0.50 doesnt set libdir, breaking sandbox)
* Changed SRC_URI to use mirror:// syntax. Don't assign default to S and added ↵Sven Wegener2004-08-241-9/+19
| | | | missing IUSE. (Manifest recommit)
* Changed SRC_URI to use mirror:// syntax. Don't assign default to S and added ↵Sven Wegener2004-08-246-24/+23
| | | | missing IUSE.