blob: bdadcb662b811a5e9822572095672254d959f041 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
2004-04-20 Marius Mauch <genone@gentoo.org>
- fixing -u behavior so it matches equery (bug #47690)
2004-03-13 Marius Mauch <genone@gentoo.org>
- grouping version in --version output
2004-01-23 Marius Mauch <genone@gentoo.org>
- now catches exceptions thrown by portage
- minor bugfixes
2004-01-07 Karl Trygve Kalleberg <karltk@gentoo.org>
* Added man page from app-portage/gentoolkit
* Added Makefile
* Added sys.path workaround for Portage >=2.0.50
* etcat-0.2.0 (06 May 2003)
06 May 2003; Alastair Tse <liquidx@gentoo.org>
Trying to add a dependency graph feature. kind of works with
some weird hacks parsing the depenency string. probably needs
to use functions in portage to parse it properly.
* etcat-0.1.4 (27 Apr 2003)
27 Apr 2003; Alastair Tse <liquidx@gentoo.org>
Added "files", "belongs", "depends" functions.
*etcat-0.1.3 (24 Apr 2003)
24 Apr 2003; Alastair Tse <liquidx@gentoo.org>
Fixed bug if ebuild doesn't exist. Added manpage.
*etcat-0.1.2 (29 Mar 2003)
29 Mar 2003; Alastair Tse <liquidx@gentoo.org>
Initial commit to gentoolkit. Check source for previous changes
|