diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 06:28:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 06:28:54 +0000 |
commit | 976da5f4e8df79ce64416fd5968d258ad4451bfc (patch) | |
tree | 46ce0b46cd3c5f506574d455b8fd279224cef53c /net-libs/openh323 | |
parent | added php virtual (diff) | |
download | gentoo-2-976da5f4e8df79ce64416fd5968d258ad4451bfc.tar.gz gentoo-2-976da5f4e8df79ce64416fd5968d258ad4451bfc.tar.bz2 gentoo-2-976da5f4e8df79ce64416fd5968d258ad4451bfc.zip |
repoman'd
Diffstat (limited to 'net-libs/openh323')
-rw-r--r-- | net-libs/openh323/files/digest-openh323-1.8.0-r1 | 1 | ||||
-rw-r--r-- | net-libs/openh323/files/digest-openh323-1.8.11 | 1 | ||||
-rw-r--r-- | net-libs/openh323/files/digest-openh323-1.8.8 | 1 | ||||
-rw-r--r-- | net-libs/openh323/files/digest-openh323-1.9.1 | 2 | ||||
-rw-r--r-- | net-libs/openh323/openh323-1.8.0-r1.ebuild | 46 | ||||
-rw-r--r-- | net-libs/openh323/openh323-1.8.11.ebuild | 39 | ||||
-rw-r--r-- | net-libs/openh323/openh323-1.8.8.ebuild | 39 | ||||
-rw-r--r-- | net-libs/openh323/openh323-1.9.1.ebuild | 9 |
8 files changed, 8 insertions, 130 deletions
diff --git a/net-libs/openh323/files/digest-openh323-1.8.0-r1 b/net-libs/openh323/files/digest-openh323-1.8.0-r1 deleted file mode 100644 index e56fbb52004a..000000000000 --- a/net-libs/openh323/files/digest-openh323-1.8.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e474644f9121567b9f19d811f8d4ac15 openh323_1.8.0-patched.tar.gz 1699911 diff --git a/net-libs/openh323/files/digest-openh323-1.8.11 b/net-libs/openh323/files/digest-openh323-1.8.11 deleted file mode 100644 index 0b3d6aa18881..000000000000 --- a/net-libs/openh323/files/digest-openh323-1.8.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 b88dfdd4b460fb8bf5669f2092965b9f openh323_1.8.11.tar.gz 1748390 diff --git a/net-libs/openh323/files/digest-openh323-1.8.8 b/net-libs/openh323/files/digest-openh323-1.8.8 deleted file mode 100644 index 930ee0d97c91..000000000000 --- a/net-libs/openh323/files/digest-openh323-1.8.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 25c9f2ec5ed61e9ece2b1b06d9757984 openh323_1.8.8.tar.gz 1739807 diff --git a/net-libs/openh323/files/digest-openh323-1.9.1 b/net-libs/openh323/files/digest-openh323-1.9.1 index e56fbb52004a..c28d747f145b 100644 --- a/net-libs/openh323/files/digest-openh323-1.9.1 +++ b/net-libs/openh323/files/digest-openh323-1.9.1 @@ -1 +1 @@ -MD5 e474644f9121567b9f19d811f8d4ac15 openh323_1.8.0-patched.tar.gz 1699911 +MD5 7011d6c9e8030a04f0a4b8a5758e12d0 openh323_1.9.1.tar.gz 1720592 diff --git a/net-libs/openh323/openh323-1.8.0-r1.ebuild b/net-libs/openh323/openh323-1.8.0-r1.ebuild deleted file mode 100644 index 91aebf3aa7b6..000000000000 --- a/net-libs/openh323/openh323-1.8.0-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.8.0-r1.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $ - -S="${WORKDIR}/openh323" -SRC_URI="http://www.gnomemeeting.org/downloads/latest/sources/openh323_1.8.0-patched.tar.gz" -HOMEPAGE="http://www.openh323.org" - -DEPEND="virtual/glibc - >=dev-libs/pwlib-1.2.1-r3" - -src_compile() { - - cd ${S} - export PWLIBDIR=/usr/share/pwlib - export OPENH323DIR=${S} - echo $PWLIBDIR - - make optshared || die - -} - -src_install() { - - - mkdir -p ${D}/usr/lib - mkdir -p ${D}/usr/share/openh323 - cd ${S}/lib - mv lib* ${D}/usr/lib - cd ${S} - cp -a * ${D}/usr/share/openh323 - rm -rf ${D}/usr/share/openh323/make/CVS - rm -rf ${D}/usr/share/openh323/tools/CVS - rm -rf ${D}/usr/share/openh323/tools/asnparser/CVS - rm -rf ${D}/usr/share/openh323/src - rm -rf ${D}/usr/share/openh323/include/CVS - rm -rf ${D}/usr/share/openh323/include/ptlib/unix/CVS - rm -rf ${D}/usr/share/openh323/include/ptlib/CVS - - - cd ${D}/usr/lib - ln -sf libh323_linux_x86_r.so.1.0.0a libopenh323.so - -} - - diff --git a/net-libs/openh323/openh323-1.8.11.ebuild b/net-libs/openh323/openh323-1.8.11.ebuild deleted file mode 100644 index b476a7ea24ea..000000000000 --- a/net-libs/openh323/openh323-1.8.11.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.8.11.ebuild,v 1.2 2002/07/05 22:25:38 raker Exp $ - -S="${WORKDIR}/openh323" -SRC_URI="http://www.openh323.org/bin/openh323_${PV}.tar.gz" -HOMEPAGE="http://www.openh323.org" -DEPEND="virtual/glibc =dev-libs/pwlib-1.2.19" -SLOT="1.8" -KEYWORDS="x86" - -src_compile() { - cd ${S} - export PWLIBDIR=/usr/share/pwlib - export OPENH323DIR=${S} - echo $PWLIBDIR - make optshared || die -} - -src_install() { - mkdir -p ${D}/usr/lib - mkdir -p ${D}/usr/share/openh323 - cd ${S}/lib - mv lib* ${D}/usr/lib - cd ${S} - cp -a * ${D}/usr/share/openh323 - rm -rf ${D}/usr/share/openh323/make/CVS - rm -rf ${D}/usr/share/openh323/tools/CVS - rm -rf ${D}/usr/share/openh323/tools/asnparser/CVS - rm -rf ${D}/usr/share/openh323/src - rm -rf ${D}/usr/share/openh323/include/CVS - rm -rf ${D}/usr/share/openh323/include/ptlib/unix/CVS - rm -rf ${D}/usr/share/openh323/include/ptlib/CVS - - cd ${D}/usr/lib - ln -sf libh323_linux_x86_r.so.${PV} libopenh323.so -} - - diff --git a/net-libs/openh323/openh323-1.8.8.ebuild b/net-libs/openh323/openh323-1.8.8.ebuild deleted file mode 100644 index 2203fc4f8655..000000000000 --- a/net-libs/openh323/openh323-1.8.8.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.8.8.ebuild,v 1.1 2002/07/05 22:25:38 raker Exp $ - -S="${WORKDIR}/openh323" -SRC_URI="http://www.gnomemeeting.org/downloads/latest/sources/openh323_${PV}.tar.gz" -HOMEPAGE="http://www.openh323.org" -DEPEND="virtual/glibc =dev-libs/pwlib-1.2.19" -SLOT="1.8" -KEYWORDS="x86" - -src_compile() { - cd ${S} - export PWLIBDIR=/usr/share/pwlib - export OPENH323DIR=${S} - echo $PWLIBDIR - make optshared || die -} - -src_install() { - mkdir -p ${D}/usr/lib - mkdir -p ${D}/usr/share/openh323 - cd ${S}/lib - mv lib* ${D}/usr/lib - cd ${S} - cp -a * ${D}/usr/share/openh323 - rm -rf ${D}/usr/share/openh323/make/CVS - rm -rf ${D}/usr/share/openh323/tools/CVS - rm -rf ${D}/usr/share/openh323/tools/asnparser/CVS - rm -rf ${D}/usr/share/openh323/src - rm -rf ${D}/usr/share/openh323/include/CVS - rm -rf ${D}/usr/share/openh323/include/ptlib/unix/CVS - rm -rf ${D}/usr/share/openh323/include/ptlib/CVS - - cd ${D}/usr/lib - ln -sf libh323_linux_x86_r.so.${PV} libopenh323.so -} - - diff --git a/net-libs/openh323/openh323-1.9.1.ebuild b/net-libs/openh323/openh323-1.9.1.ebuild index 04f4f7fc3ded..c881151a0151 100644 --- a/net-libs/openh323/openh323-1.9.1.ebuild +++ b/net-libs/openh323/openh323-1.9.1.ebuild @@ -1,12 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.9.1.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.9.1.ebuild,v 1.4 2002/07/17 06:28:54 seemant Exp $ S="${WORKDIR}/openh323" SRC_URI="http://www.openh323.org/bin/openh323_${PV}.tar.gz" HOMEPAGE="http://www.openh323.org" +DESCRIPTION="Open Source implementation of the ITU H.323 teleconferencing +protocol" + +DEPEND=">=dev-libs/pwlib-1.2.20" + SLOT="1.9" -DEPEND="virtual/glibc >=dev-libs/pwlib-1.2.20" +LICENSE="MPL-1.1" KEYWORDS="x86" src_compile() { |