summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/openh323/ChangeLog6
-rw-r--r--net-libs/openh323/Manifest10
-rw-r--r--net-libs/openh323/openh323-1.11.7.ebuild4
-rw-r--r--net-libs/openh323/openh323-1.12.0-r1.ebuild4
-rw-r--r--net-libs/openh323/openh323-1.12.2.ebuild4
-rw-r--r--net-libs/openh323/openh323-1.9.10-r1.ebuild4
6 files changed, 19 insertions, 13 deletions
diff --git a/net-libs/openh323/ChangeLog b/net-libs/openh323/ChangeLog
index e35c6acdd580..209f2b7fc036 100644
--- a/net-libs/openh323/ChangeLog
+++ b/net-libs/openh323/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header:
+ 04 Sep 2003; Alastair Tse <liquidx@gentoo.org> openh323-1.11.7.ebuild,
+ openh323-1.12.0-r1.ebuild, openh323-1.12.2.ebuild,
+ openh323-1.9.10-r1.ebuild:
+ fix deps to specific versions to avoid people shooting themselves in the foot
+ by mixing stable and unstable
+
03 Sep 2003; Alastair Tse <liquidx@gentoo.org> openh323-1.12.0-r1.ebuild,
openh323-1.12.0.ebuild:
stable bump for 1.12.0 plus cleanups
diff --git a/net-libs/openh323/Manifest b/net-libs/openh323/Manifest
index c03c8cc5a74f..b24a8c00402f 100644
--- a/net-libs/openh323/Manifest
+++ b/net-libs/openh323/Manifest
@@ -1,9 +1,9 @@
-MD5 66d88352df790a69108991f5c57a4308 ChangeLog 3746
+MD5 d8fe7649116de281529f4d3616cabe0c ChangeLog 4014
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 da0bf4fee9d0011905bcb66384df7b53 openh323-1.11.7.ebuild 1844
-MD5 2fcbe75f0f5a503c6d9a4385e8107886 openh323-1.12.0-r1.ebuild 2713
-MD5 d8fb9ddd5b93f66ce4a3669ac37f9fd1 openh323-1.12.2.ebuild 2754
-MD5 00792a32c848412e425a67c20a72b594 openh323-1.9.10-r1.ebuild 1120
+MD5 6244cda88e027d5a90b5fcf54e406eef openh323-1.11.7.ebuild 1844
+MD5 2dfd1a818a1aeee4f9e97014c8ee570f openh323-1.12.0-r1.ebuild 2713
+MD5 6d2e3a39b6acd68387c404ba4f684bc5 openh323-1.12.2.ebuild 2754
+MD5 4859f1257934ee01b381308cbb290d2d openh323-1.9.10-r1.ebuild 1117
MD5 e9ac1227eaf205c20f84a4fc712e8d66 files/digest-openh323-1.11.7 68
MD5 238a3a0b91aabce0a61e0dd5c4b9ee68 files/digest-openh323-1.12.0-r1 68
MD5 2efc1a39c75805caacb974bfa6208dea files/digest-openh323-1.12.2 68
diff --git a/net-libs/openh323/openh323-1.11.7.ebuild b/net-libs/openh323/openh323-1.11.7.ebuild
index e9c7d584c27b..c121a3234edc 100644
--- a/net-libs/openh323/openh323-1.11.7.ebuild
+++ b/net-libs/openh323/openh323-1.11.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.11.7.ebuild,v 1.5 2003/06/29 17:00:38 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.11.7.ebuild,v 1.6 2003/09/04 12:33:26 liquidx Exp $
IUSE="ssl"
@@ -14,7 +14,7 @@ LICENSE="MPL-1.1"
KEYWORDS="x86 ~ppc -sparc "
DEPEND=">=sys-apps/sed-4
- >=dev-libs/pwlib-1.4.11
+ =dev-libs/pwlib-1.4.11*
ssl? ( dev-libs/openssl )"
pkg_setup() {
diff --git a/net-libs/openh323/openh323-1.12.0-r1.ebuild b/net-libs/openh323/openh323-1.12.0-r1.ebuild
index 4effeaddf348..6cb2d3872b97 100644
--- a/net-libs/openh323/openh323-1.12.0-r1.ebuild
+++ b/net-libs/openh323/openh323-1.12.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.0-r1.ebuild,v 1.3 2003/09/03 12:51:39 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.0-r1.ebuild,v 1.4 2003/09/04 12:33:26 liquidx Exp $
IUSE="ssl"
@@ -14,7 +14,7 @@ LICENSE="MPL-1.1"
KEYWORDS="x86 ~ppc -sparc "
DEPEND=">=sys-apps/sed-4
- >=dev-libs/pwlib-1.5.0
+ =dev-libs/pwlib-1.5.0*
>=media-video/ffmpeg-0.4.7_pre20030624
ssl? ( dev-libs/openssl )"
diff --git a/net-libs/openh323/openh323-1.12.2.ebuild b/net-libs/openh323/openh323-1.12.2.ebuild
index 3c3f023d942a..e623fc78bf04 100644
--- a/net-libs/openh323/openh323-1.12.2.ebuild
+++ b/net-libs/openh323/openh323-1.12.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.2.ebuild,v 1.1 2003/09/03 10:26:10 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.12.2.ebuild,v 1.2 2003/09/04 12:33:26 liquidx Exp $
IUSE="ssl"
@@ -14,7 +14,7 @@ LICENSE="MPL-1.1"
KEYWORDS="~x86 ~ppc -sparc "
DEPEND=">=sys-apps/sed-4
- >=dev-libs/pwlib-1.5.0
+ >=dev-libs/pwlib-1.5.2
>=media-video/ffmpeg-0.4.7_pre20030624
ssl? ( dev-libs/openssl )"
diff --git a/net-libs/openh323/openh323-1.9.10-r1.ebuild b/net-libs/openh323/openh323-1.9.10-r1.ebuild
index 72e9a20cb2d6..2af2b5d65e51 100644
--- a/net-libs/openh323/openh323-1.9.10-r1.ebuild
+++ b/net-libs/openh323/openh323-1.9.10-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.10-r1.ebuild,v 1.8 2003/06/18 13:56:02 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.9.10-r1.ebuild,v 1.9 2003/09/04 12:33:26 liquidx Exp $
IUSE="ssl"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.openh323.org"
SRC_URI="http://www.openh323.org/bin/${PN}_${PV}.tar.gz"
DEPEND="media-libs/speex
- >=dev-libs/pwlib-1.3.11-r1
+ =dev-libs/pwlib-1.3.11*
ssl? ( dev-libs/openssl )"
SLOT="0"