diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-08-18 12:48:56 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-08-18 12:48:56 +0000 |
commit | 855f4fc429078d8b38d3e84dcc6a991ead0f8aa2 (patch) | |
tree | 2e87fdeff2ba52f5ac38beb53fc26094a491110f /net-libs/loudmouth | |
parent | new version (diff) | |
download | historical-855f4fc429078d8b38d3e84dcc6a991ead0f8aa2.tar.gz historical-855f4fc429078d8b38d3e84dcc6a991ead0f8aa2.tar.bz2 historical-855f4fc429078d8b38d3e84dcc6a991ead0f8aa2.zip |
new version
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r-- | net-libs/loudmouth/Manifest | 6 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-0.12 | 1 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-0.13.2 | 1 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.13.2.ebuild (renamed from net-libs/loudmouth/loudmouth-0.12.ebuild) | 10 |
4 files changed, 12 insertions, 6 deletions
diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest index ea38d2661293..2c24bf2b0e88 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -1,8 +1,6 @@ -MD5 7fb5c3cda53793071e2fea22425bb4b3 loudmouth-0.12.ebuild 558 -MD5 1b279280d02a4c9a165f2c88ff221249 loudmouth-0.13.2.ebuild 698 -MD5 46392c0432c31b70f8f387bcabdd49c3 ChangeLog 633 +MD5 f372bcc7fb6e57a891929f7b727d7084 loudmouth-0.13.2.ebuild 698 +MD5 520efb582a8f879dc996f7fad5d766a4 ChangeLog 747 MD5 1b279280d02a4c9a165f2c88ff221249 loudmouth-0.13.1.ebuild 698 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 988b520ec9b6c43f470ab380bf59d6b6 files/digest-loudmouth-0.13.1 69 MD5 5847cfbe6c3d2f88d2d4d38cbc3fbae2 files/digest-loudmouth-0.13.2 69 -MD5 48c7de5e07275686a7991314e4b48f53 files/digest-loudmouth-0.12 67 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.12 b/net-libs/loudmouth/files/digest-loudmouth-0.12 deleted file mode 100644 index 8d0e856a27e8..000000000000 --- a/net-libs/loudmouth/files/digest-loudmouth-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 f692a1816ceeafd4fc9ee4a57ee1a4e4 loudmouth-0.12.tar.bz2 190263 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.13.2 b/net-libs/loudmouth/files/digest-loudmouth-0.13.2 new file mode 100644 index 000000000000..b6de30e45de0 --- /dev/null +++ b/net-libs/loudmouth/files/digest-loudmouth-0.13.2 @@ -0,0 +1 @@ +MD5 219b8fe4c8fdb9caa0ba6e1e13bfbfed loudmouth-0.13.2.tar.bz2 259640 diff --git a/net-libs/loudmouth/loudmouth-0.12.ebuild b/net-libs/loudmouth/loudmouth-0.13.2.ebuild index f073dcac8bad..283e700f50e8 100644 --- a/net-libs/loudmouth/loudmouth-0.12.ebuild +++ b/net-libs/loudmouth/loudmouth-0.13.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/loudmouth/loudmouth-0.12.ebuild,v 1.1 2003/07/26 18:46:27 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-0.13.2.ebuild,v 1.1 2003/08/18 12:48:47 foser Exp $ inherit gnome2 @@ -15,8 +15,16 @@ IUSE="doc" RDEPEND=">=dev-libs/glib-2" +# Not yet in portage +# ssl? ( net-libs/gnutls )" + DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( >=dev-util/gtk-doc-1.0 )" DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" + +#use ssl \ +# && G2CONF="${G2CONF} --with-ssl" \ +# || G2CONF="${G2CONF} --without-ssl" + |