diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-26 01:59:40 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-26 01:59:40 +0000 |
commit | e57fd5854addf83e458e07e48840216b289498f7 (patch) | |
tree | f51bd010d30b2ec7b89dbaadc5619d28697993db /app-forensics/airt | |
parent | Initial import as per bug #79524 (diff) | |
download | historical-e57fd5854addf83e458e07e48840216b289498f7.tar.gz historical-e57fd5854addf83e458e07e48840216b289498f7.tar.bz2 historical-e57fd5854addf83e458e07e48840216b289498f7.zip |
no SLOTS on kernel ebuilds
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-forensics/airt')
-rw-r--r-- | app-forensics/airt/Manifest | 8 | ||||
-rw-r--r-- | app-forensics/airt/airt-0.4.ebuild | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-forensics/airt/Manifest b/app-forensics/airt/Manifest index 222cc4a42935..27d239ad92c2 100644 --- a/app-forensics/airt/Manifest +++ b/app-forensics/airt/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 76ddb044ddd0c75c56c5439a03287677 airt-0.4.ebuild 1075 +MD5 df3e59ec816b16c961e26b502ed7bf1e airt-0.4.ebuild 1066 MD5 dd09b3d3602805b1bbcac35ef93e82c6 metadata.xml 707 MD5 51c610e08d33ffa49e4e32729eb97770 ChangeLog 389 MD5 827cc186dcaac15ec33e2fdf18c78399 files/digest-airt-0.4 60 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFB9vifmdTrptrqvGERAqocAJ9kdpKQ/xxD3yje+vdYYHWC9fLcNgCZAZwG -DB/7lsF9gDrAa0AfdmWxHi0= -=jPRI +iD8DBQFB9vmSmdTrptrqvGERAhPXAJ9SOUaqq1coPD//WsAAEIvVwAlujwCfR/R2 +pjEswzI8w66xlcsYLzmNGZg= +=Duyg -----END PGP SIGNATURE----- diff --git a/app-forensics/airt/airt-0.4.ebuild b/app-forensics/airt/airt-0.4.ebuild index dba7b792e583..de3b2310d8cc 100644 --- a/app-forensics/airt/airt-0.4.ebuild +++ b/app-forensics/airt/airt-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/airt/airt-0.4.ebuild,v 1.1 2005/01/26 01:55:37 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/airt/airt-0.4.ebuild,v 1.2 2005/01/26 01:59:40 dragonheart Exp $ inherit linux-mod toolchain-funcs @@ -9,7 +9,6 @@ HOMEPAGE="http://159.226.5.93/projects/airt.htm" SRC_URI="http://159.226.5.93/projects/${P}.tar.bz2" LICENSE="GPL-2" -SLOT="0" KEYWORDS="x86 -*" IUSE="" S=${WORKDIR}/${PN} |