diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-03-18 11:54:06 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-03-18 11:54:06 +0000 |
commit | 13fa586dd6c5cc5bf2f7ae037ee15fb4ca471d40 (patch) | |
tree | 164b9edbe8d9739b33b2d0f86a7ce8361e3d81fa /net-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-13fa586dd6c5cc5bf2f7ae037ee15fb4ca471d40.tar.gz gentoo-2-13fa586dd6c5cc5bf2f7ae037ee15fb4ca471d40.tar.bz2 gentoo-2-13fa586dd6c5cc5bf2f7ae037ee15fb4ca471d40.zip |
removing tests since they don't work
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/openslp/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/openslp/openslp-1.0.11.ebuild | 6 | ||||
-rw-r--r-- | net-libs/openslp/openslp-1.2.1.ebuild | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/net-libs/openslp/ChangeLog b/net-libs/openslp/ChangeLog index f4b7f45f792e..3d689d962632 100644 --- a/net-libs/openslp/ChangeLog +++ b/net-libs/openslp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/openslp # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openslp/ChangeLog,v 1.29 2005/03/18 04:40:28 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openslp/ChangeLog,v 1.30 2005/03/18 11:54:06 liquidx Exp $ + + 18 Mar 2005; Alastair Tse <liquidx@gentoo.org> openslp-1.0.11.ebuild, + openslp-1.2.1.ebuild: + removing tests 18 Mar 2005; Danny van Dyk <kugelfang@gentoo.org> openslp-1.0.11.ebuild, openslp-1.0.9a.ebuild, openslp-1.2.1.ebuild: diff --git a/net-libs/openslp/openslp-1.0.11.ebuild b/net-libs/openslp/openslp-1.0.11.ebuild index a222a484c462..67147139f372 100644 --- a/net-libs/openslp/openslp-1.0.11.ebuild +++ b/net-libs/openslp/openslp-1.0.11.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-libs/openslp/openslp-1.0.11.ebuild,v 1.17 2005/03/18 04:40:28 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openslp/openslp-1.0.11.ebuild,v 1.18 2005/03/18 11:54:06 liquidx Exp $ inherit gnuconfig @@ -34,3 +34,7 @@ src_install() { exeinto /etc/init.d newexe ${FILESDIR}/slpd-init slpd } + +src_test() { + return +}
\ No newline at end of file diff --git a/net-libs/openslp/openslp-1.2.1.ebuild b/net-libs/openslp/openslp-1.2.1.ebuild index cbe625ab068f..fd0d570242b4 100644 --- a/net-libs/openslp/openslp-1.2.1.ebuild +++ b/net-libs/openslp/openslp-1.2.1.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-libs/openslp/openslp-1.2.1.ebuild,v 1.7 2005/03/18 04:40:28 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openslp/openslp-1.2.1.ebuild,v 1.8 2005/03/18 11:54:06 liquidx Exp $ inherit gnuconfig @@ -36,3 +36,7 @@ src_install() { exeinto /etc/init.d newexe ${FILESDIR}/slpd-init slpd } + +src_test() { + return +}
\ No newline at end of file |