summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* changelog:PHeinrich Wendel2003-10-197-335/+15
|
* Unmasked for sparcChuck Short2003-09-243-8/+11
|
* whitespace cleanupMichael Sterrett2003-09-054-30/+30
|
* Added ~sparc to keywords, closes #27522Chuck Short2003-08-293-11/+14
|
* Change kde dependency issue to resolve bug #26857Caleb Tennis2003-08-273-15/+15
|
* Marked for testing on ppcStewart Honsberger2003-08-133-6/+9
|
* Adding doc dir for docs. Closes #24026Martin Holzer2003-07-093-6/+9
|
* Marking 1.2.7 stableBrad Laue2003-07-073-5/+9
|
* removing lockfileRobin H. Johnson2003-07-032-2/+0
|
* Add frozen lock supportRobin H. Johnson2003-07-032-0/+2
|
* Update to 1.2.7Brad Laue2003-06-275-7/+179
|
* Fixing bug 21009 - debug flags were stripped incorrectly in configurePatrick Kursawe2003-06-204-9/+29
|
* Marking 1.2.6-r1 stable.Brad Laue2003-06-043-9/+15
|
* fixes from brad@gentoo.org bug #18205Thomas Raschbacher2003-05-043-1/+152
|
* touchupsMike Frysinger2003-04-251-27/+21
|
* new 1.2.6 upstream release and closing 3 bug reports (see ChangeLog)Daniel Robbins2003-04-229-164/+25
|
* new 1.2.6 upstream release and closing 3 bug reports (see ChangeLog)Daniel Robbins2003-04-221-0/+12
|
* Update Copyright yearsMike Frysinger2003-02-131-2/+2
|
* Update Copyright yearsMike Frysinger2003-02-121-2/+2
|
* removed version dependency of ncursesSeemant Kulleen2003-02-112-3/+7
|
* fixed wrong plugin name for gtk-gui + removed symlinks if kde-gui is ↵Thomas Raschbacher2003-02-072-20/+33
| | | | built(changing default config instead) fixing bug #12436
* plugin correctionSeemant Kulleen2003-02-072-10/+34
|
* removed the patch again cuz of a bug in licq(reported and will be fixed soon ↵Thomas Raschbacher2003-02-073-25/+2
| | | | [i hope])
* wrong patch beforeThomas Raschbacher2003-02-071-15/+7
|
* console gui depends on ncurses USE flag now .. added patch to try other gui ↵Thomas Raschbacher2003-02-073-13/+56
| | | | plugins too (not only qt&kde)
* ackSeemant Kulleen2003-02-071-2/+3
|
* moved to stableSeemant Kulleen2003-02-071-2/+2
|
* all plug-insSeemant Kulleen2003-02-0714-417/+146
|
* fixed syntax to fix depend listSeemant Kulleen2003-02-042-7/+12
|
* Fix a typo that caused bug #13572 (ineffective USE flags).Dan Armak2003-02-012-4/+8
|
* new rev to fix bug #12436: create a symlink from the qt-only gui plugin to ↵Dan Armak2003-01-313-2/+82
| | | | | | the kde one when the kde plugin is built
* version bumpHannes Mehnert2003-01-293-1/+71
|
* version bumpHannes Mehnert2003-01-103-1/+71
|
* marked stable after positive user testingMatthew Kennedy2002-12-272-3/+9
|
* bug #12623 (c++ fix)Matthew Kennedy2002-12-264-1/+136
|
* added fix for qt-3.1Hannes Mehnert2002-12-014-1/+120
|
* big IUSE commitDaniel Robbins2002-10-053-3/+9
|
* Added HOMEPAGE variableMike Frysinger2002-09-211-1/+2
|
* typo fixDan Armak2002-08-311-2/+2
|
* Fixes compilation issues with gcc-3.1. Closes #5826.Arcady Genkin2002-08-154-1/+102
|
* - Ebuild for version 1.2.0a, closes #5661.Arcady Genkin2002-08-133-13/+70
| | | | | | - Fixed indentation all over ebuild. - Removed redundant src_unpack(). - Other clean ups.
* correct slotsDan Armak2002-07-272-4/+7
|
* repoman'dSeemant Kulleen2002-07-171-5/+7
|
* header fixesDaniel Robbins2002-07-111-2/+1
|
* add $LICENSE to all the kde appsDan Armak2002-07-011-1/+2
|
* Removing old version(s)Dan Armak2002-06-172-68/+0
|
* eclass update - removing old eclasses (debug,inherit,functions) for which ↵Dan Armak2002-05-212-4/+4
| | | | | | | | support is in potage proper (>=1.8.9_pre32). this breaks support for older portages i.e. profile 1.0_rc6 as warned on themailing lists 2 weeks ago. the only change to all these ebuilds in the long list is removal of the redundant ". /usr/portage/eclass/inherit.eclass || die" line.
* removing SLOT="0" from these ebuilds, which now get a slot from theDan Armak2002-04-132-4/+2
| | | | eclasses
* Added patch to fix bug #1479.Grant Goodyear2002-04-043-1/+77
|
* On a second look, I see that Licq should be able to build without theArcady Genkin2002-02-191-3/+8
| | | | | | | | QT plugin. Added "qt? ( >=x11-libs/qt-2.2.0 )" to dependencies. Also, added a hack to compile with any version of QT, including 3. Until now, the .ebuild had QTDIR=/usr/qt/2 hard-coded, which was breaking the compilation for users with only QT 3 installed.