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 | 0ca98ad0c9e244524955fc46297c82093ce2f0c6 (patch) | |
tree | a6e131be3e35a9de49b97364668408562fa05f31 /app-forensics/airt | |
parent | Initial import as per bug #79524 (diff) | |
download | gentoo-2-0ca98ad0c9e244524955fc46297c82093ce2f0c6.tar.gz gentoo-2-0ca98ad0c9e244524955fc46297c82093ce2f0c6.tar.bz2 gentoo-2-0ca98ad0c9e244524955fc46297c82093ce2f0c6.zip |
no SLOTS on kernel ebuilds
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-forensics/airt')
-rw-r--r-- | app-forensics/airt/Manifest | 12 | ||||
-rw-r--r-- | app-forensics/airt/airt-0.4.ebuild | 3 |
2 files changed, 2 insertions, 13 deletions
diff --git a/app-forensics/airt/Manifest b/app-forensics/airt/Manifest index 222cc4a42935..65ea672eed76 100644 --- a/app-forensics/airt/Manifest +++ b/app-forensics/airt/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 76ddb044ddd0c75c56c5439a03287677 airt-0.4.ebuild 1075 +MD5 f1fbd6184108520a7695deaf56aea25c 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 ------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} |