summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 06:28:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 06:28:54 +0000
commit2d2c2792ae7c7f159a2c3a24ebf90a0c67a0ac3c (patch)
treeafd43ccd76ef8f84363647461d9d440a39b372ff /net-libs/openslp
parentadded php virtual (diff)
downloadhistorical-2d2c2792ae7c7f159a2c3a24ebf90a0c67a0ac3c.tar.gz
historical-2d2c2792ae7c7f159a2c3a24ebf90a0c67a0ac3c.tar.bz2
historical-2d2c2792ae7c7f159a2c3a24ebf90a0c67a0ac3c.zip
repoman'd
Diffstat (limited to 'net-libs/openslp')
-rw-r--r--net-libs/openslp/files/digest-openslp-1.0.41
-rw-r--r--net-libs/openslp/openslp-1.0.4.ebuild36
-rw-r--r--net-libs/openslp/openslp-1.0.8a.ebuild8
3 files changed, 6 insertions, 39 deletions
diff --git a/net-libs/openslp/files/digest-openslp-1.0.4 b/net-libs/openslp/files/digest-openslp-1.0.4
deleted file mode 100644
index 580f40150716..000000000000
--- a/net-libs/openslp/files/digest-openslp-1.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c947b76e251cee58207dba600318f027 openslp-1.0.4.tar.gz 591736
diff --git a/net-libs/openslp/openslp-1.0.4.ebuild b/net-libs/openslp/openslp-1.0.4.ebuild
deleted file mode 100644
index 36f8e78b511b..000000000000
--- a/net-libs/openslp/openslp-1.0.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-libs/openslp/openslp-1.0.4.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="An open-source implementation of Service Location Protocol"
-SRC_URI="mirror://sourceforge/openslp/${P}.tar.gz"
-HOMEPAGE="http://www.openslp.org"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
-
- ./configure --prefix=/usr --sysconfdir=/etc/slp --host=${CHOST} || die
- make || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS
- rm -rf ${D}/usr/doc
- docinto html
- cd doc
- dodoc html/*.html
- for i in IntroductionToSLP ProgrammersGuide UsersGuide
- do
- docinto html/*
- dodoc html/$i/*.{jpg,html}
- done
- docinto rfc
- dodoc rfc/*.{txt,html}
-
-}
-
diff --git a/net-libs/openslp/openslp-1.0.8a.ebuild b/net-libs/openslp/openslp-1.0.8a.ebuild
index 632a6d12fb3e..c6d9ea488705 100644
--- a/net-libs/openslp/openslp-1.0.8a.ebuild
+++ b/net-libs/openslp/openslp-1.0.8a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-libs/openslp/openslp-1.0.8a.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openslp/openslp-1.0.8a.ebuild,v 1.4 2002/07/17 06:28:54 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="An open-source implementation of Service Location Protocol"
@@ -9,6 +9,10 @@ HOMEPAGE="http://www.openslp.org"
DEPEND="virtual/glibc"
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
+
src_compile() {
econf || die
@@ -19,7 +23,7 @@ src_compile() {
src_install () {
einstall || die
- dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS
+ dodoc AUTHORS FAQ COPYING ChangeLog NEWS README* THANKS
rm -rf ${D}/usr/doc
dohtml -r .