diff options
author | 2005-01-18 11:19:18 +0000 | |
---|---|---|
committer | 2005-01-18 11:19:18 +0000 | |
commit | 13c7ec52cdef6c43e7bc7812a4934b120f9d4c76 (patch) | |
tree | 75ecfba7cc38d308be7eb19535444e9be2453b2f /net-wireless | |
parent | metadata.xml (diff) | |
download | historical-13c7ec52cdef6c43e7bc7812a4934b120f9d4c76.tar.gz historical-13c7ec52cdef6c43e7bc7812a4934b120f9d4c76.tar.bz2 historical-13c7ec52cdef6c43e7bc7812a4934b120f9d4c76.zip |
Removed hostap-driver dependency, fixed bug #78094.
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/hostap-utils/ChangeLog | 7 | ||||
-rw-r--r-- | net-wireless/hostap-utils/Manifest | 10 | ||||
-rw-r--r-- | net-wireless/hostap-utils/hostap-utils-0.2.4.ebuild | 3 | ||||
-rw-r--r-- | net-wireless/hostap-utils/hostap-utils-0.2.6.ebuild | 3 | ||||
-rw-r--r-- | net-wireless/hostap-utils/hostap-utils-0.3.0.ebuild | 3 | ||||
-rw-r--r-- | net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild | 3 | ||||
-rw-r--r-- | net-wireless/hostapd/Manifest | 18 |
7 files changed, 24 insertions, 23 deletions
diff --git a/net-wireless/hostap-utils/ChangeLog b/net-wireless/hostap-utils/ChangeLog index d4951c7bf679..6f70adebd857 100644 --- a/net-wireless/hostap-utils/ChangeLog +++ b/net-wireless/hostap-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-wireless/hostap-utils # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.17 2005/01/14 17:22:13 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/ChangeLog,v 1.18 2005/01/18 11:19:18 brix Exp $ + + 18 Jan 2005; Henrik Brix Andersen <brix@gentoo.org> + hostap-utils-0.2.4.ebuild, hostap-utils-0.2.6.ebuild, + hostap-utils-0.3.0.ebuild, hostap-utils-0.3.2.ebuild: + Removed hostap-driver dependency, fixed bug #78094. 14 Jan 2005; Henrik Brix Andersen <brix@gentoo.org> hostap-utils-0.2.6.ebuild: diff --git a/net-wireless/hostap-utils/Manifest b/net-wireless/hostap-utils/Manifest index e028e6a91675..424c2ee501f4 100644 --- a/net-wireless/hostap-utils/Manifest +++ b/net-wireless/hostap-utils/Manifest @@ -1,9 +1,9 @@ -MD5 60f3cf7d6959fa981281842e84ff7de9 hostap-utils-0.2.4.ebuild 771 -MD5 37855a0771fd094669f490b0dfdff3b1 hostap-utils-0.3.2.ebuild 739 -MD5 833bd9c79f22c868b14a87818c607889 hostap-utils-0.2.6.ebuild 738 -MD5 363b21d9fb38aa36b0d4eed88c928247 ChangeLog 2595 +MD5 f266bab830757c79968697a1c0eb9a17 hostap-utils-0.2.4.ebuild 726 +MD5 e2ca0b0fbef37c3454708dc3d03ac0d6 hostap-utils-0.3.2.ebuild 694 +MD5 2c53d4316c073382d1f23a6955f95990 hostap-utils-0.2.6.ebuild 693 +MD5 ff5361662a572a81abc15f0e7a7c8cdc ChangeLog 2816 MD5 0d08d740672bf3b41532938b6f9c0a19 metadata.xml 337 -MD5 7be3ced9f51cefe627734a5b4b373ee5 hostap-utils-0.3.0.ebuild 739 +MD5 78890b7a4a9e70629334cae1f129ee09 hostap-utils-0.3.0.ebuild 694 MD5 b31ab184e34a7e5d3443d51d91c5008f files/digest-hostap-utils-0.2.4 69 MD5 8fe4afb5fcbb29a994a4fa244b962665 files/digest-hostap-utils-0.2.6 69 MD5 bd6d6d04e2ba70a469fa52ec8afaae4b files/digest-hostap-utils-0.3.0 69 diff --git a/net-wireless/hostap-utils/hostap-utils-0.2.4.ebuild b/net-wireless/hostap-utils/hostap-utils-0.2.4.ebuild index e37ef3a6a69f..5b40388ce39e 100644 --- a/net-wireless/hostap-utils/hostap-utils-0.2.4.ebuild +++ b/net-wireless/hostap-utils/hostap-utils-0.2.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/net-wireless/hostap-utils/hostap-utils-0.2.4.ebuild,v 1.6 2005/01/14 17:22:13 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/hostap-utils-0.2.4.ebuild,v 1.7 2005/01/18 11:19:18 brix Exp $ inherit toolchain-funcs @@ -11,7 +11,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" IUSE="" -RDEPEND=">=net-wireless/hostap-driver-0.2.4" DEPEND="virtual/libc" src_compile() { diff --git a/net-wireless/hostap-utils/hostap-utils-0.2.6.ebuild b/net-wireless/hostap-utils/hostap-utils-0.2.6.ebuild index 3830af8cf3b3..57437c4c9706 100644 --- a/net-wireless/hostap-utils/hostap-utils-0.2.6.ebuild +++ b/net-wireless/hostap-utils/hostap-utils-0.2.6.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/net-wireless/hostap-utils/hostap-utils-0.2.6.ebuild,v 1.2 2005/01/14 17:22:13 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/hostap-utils-0.2.6.ebuild,v 1.3 2005/01/18 11:19:18 brix Exp $ inherit toolchain-funcs @@ -15,7 +15,6 @@ KEYWORDS="x86 ~ppc" IUSE="" -RDEPEND=">=net-wireless/hostap-driver-0.2.0" DEPEND="virtual/libc" src_compile() { diff --git a/net-wireless/hostap-utils/hostap-utils-0.3.0.ebuild b/net-wireless/hostap-utils/hostap-utils-0.3.0.ebuild index 09f0b6e6ec88..8729d2322ab5 100644 --- a/net-wireless/hostap-utils/hostap-utils-0.3.0.ebuild +++ b/net-wireless/hostap-utils/hostap-utils-0.3.0.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/net-wireless/hostap-utils/hostap-utils-0.3.0.ebuild,v 1.2 2005/01/14 17:22:13 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/hostap-utils-0.3.0.ebuild,v 1.3 2005/01/18 11:19:18 brix Exp $ inherit toolchain-funcs @@ -15,7 +15,6 @@ KEYWORDS="~x86 ~ppc" IUSE="" -RDEPEND=">=net-wireless/hostap-driver-0.3.0" DEPEND="virtual/libc" src_compile() { diff --git a/net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild b/net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild index e53fc6756768..faeffaf5e4b4 100644 --- a/net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild +++ b/net-wireless/hostap-utils/hostap-utils-0.3.2.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/net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild,v 1.2 2005/01/14 17:22:13 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostap-utils/hostap-utils-0.3.2.ebuild,v 1.3 2005/01/18 11:19:18 brix Exp $ inherit toolchain-funcs @@ -15,7 +15,6 @@ KEYWORDS="~x86 ~ppc" IUSE="" -RDEPEND=">=net-wireless/hostap-driver-0.3.0" DEPEND="virtual/libc" src_compile() { diff --git a/net-wireless/hostapd/Manifest b/net-wireless/hostapd/Manifest index 6b44c4306aa5..fc5983a2d7ff 100644 --- a/net-wireless/hostapd/Manifest +++ b/net-wireless/hostapd/Manifest @@ -1,13 +1,13 @@ -MD5 fe86e35c74e99a65fbb40632bcf67523 hostapd-0.2.5.ebuild 1065 -MD5 30fd547ee0fdd1b8973b12a0addef94b hostapd-0.3.3.ebuild 2157 -MD5 b1c88d1ba7b37d7583fe25b17c403083 hostapd-0.3.0.ebuild 1735 -MD5 fd633ac9308f504fa6bab995401e65d7 hostapd-0.2.4.ebuild 1075 -MD5 8836c297bffc5ae941dc55c190b653e5 hostapd-0.3.2.ebuild 1932 -MD5 61be8ef0ca50ea3c39fd80e0f64ccfe2 hostapd-0.2.6.ebuild 1066 -MD5 3d2cced93f2db3e46ef37198d735bb47 hostapd-0.3.4.ebuild 2172 -MD5 e2f9948d3523eca1fcd44fdf69d9397c ChangeLog 2540 +MD5 ffda06509787f2a0d4d8687072ab000d hostapd-0.2.5.ebuild 1020 +MD5 feb89da2edf4b93eade9e0047ac0b00a hostapd-0.3.3.ebuild 2120 +MD5 b733acbe99189b72d6990d7b189cabd4 hostapd-0.3.0.ebuild 1690 +MD5 09e2d9ad85fb49139f417b838bbd4280 hostapd-0.2.4.ebuild 1031 +MD5 74003a0d736b70612e159e99f38ace6d hostapd-0.3.2.ebuild 1895 +MD5 e1948d4ae3d8cd344d53ecb6166d2192 hostapd-0.2.6.ebuild 1021 +MD5 d7a57c2f25314ee2990136393fe8d43b hostapd-0.3.4.ebuild 2135 +MD5 d304cd57d6705ad0ce09f8b145495c37 ChangeLog 2831 MD5 52a4b928b36a98e530ae455b73f868f5 metadata.xml 462 -MD5 711605de7af0e29bef5ea35a1ad30c94 hostapd-0.3.1.ebuild 1777 +MD5 72ddfbb98cbedc7ab9bb21d3f06f410b hostapd-0.3.1.ebuild 1732 MD5 44285ed8dadd7473eb41d3b67f318120 files/digest-hostapd-0.2.4 65 MD5 ba14f3282c1fe345b2b9bc3233bc2f6d files/digest-hostapd-0.2.5 65 MD5 9cbbd29bd90ddbddaa1abe1e726e2fd1 files/digest-hostapd-0.2.6 65 |