diff options
author | 2005-09-08 22:38:53 +0000 | |
---|---|---|
committer | 2005-09-08 22:38:53 +0000 | |
commit | 8b616420d67beb8235796dca72a5fecafd87e277 (patch) | |
tree | d48175cbd1ca5e714b4b112cac418c2c70d53bcd /net-dns/avahi | |
parent | Adding ~amd64 keyword. (diff) | |
download | historical-8b616420d67beb8235796dca72a5fecafd87e277.tar.gz historical-8b616420d67beb8235796dca72a5fecafd87e277.tar.bz2 historical-8b616420d67beb8235796dca72a5fecafd87e277.zip |
Version bump.
Package-Manager: portage-2.0.52
Diffstat (limited to 'net-dns/avahi')
-rw-r--r-- | net-dns/avahi/ChangeLog | 8 | ||||
-rw-r--r-- | net-dns/avahi/Manifest | 15 | ||||
-rw-r--r-- | net-dns/avahi/avahi-0.2.ebuild | 71 | ||||
-rw-r--r-- | net-dns/avahi/avahi-0.4.ebuild (renamed from net-dns/avahi/avahi-0.3.ebuild) | 9 | ||||
-rw-r--r-- | net-dns/avahi/files/0.2-anydbm.patch | 26 | ||||
-rw-r--r-- | net-dns/avahi/files/digest-avahi-0.2 | 1 | ||||
-rw-r--r-- | net-dns/avahi/files/digest-avahi-0.3 | 1 | ||||
-rw-r--r-- | net-dns/avahi/files/digest-avahi-0.4 | 1 |
8 files changed, 15 insertions, 117 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog index 37861e6d8e12..154bf22b0c3b 100644 --- a/net-dns/avahi/ChangeLog +++ b/net-dns/avahi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dns/avahi # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.8 2005/09/03 17:47:36 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.9 2005/09/08 22:38:53 swegener Exp $ + +*avahi-0.4 (08 Sep 2005) + + 08 Sep 2005; Sven Wegener <swegener@gentoo.org> -files/0.2-anydbm.patch, + -avahi-0.2.ebuild, -avahi-0.3.ebuild, +avahi-0.4.ebuild: + Version bump. *avahi-0.3 (03 Sep 2005) diff --git a/net-dns/avahi/Manifest b/net-dns/avahi/Manifest index 824722e46116..9b4707f2d5cd 100644 --- a/net-dns/avahi/Manifest +++ b/net-dns/avahi/Manifest @@ -1,17 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 02e264768aa5d87c1c298527eaf14d0d ChangeLog 1218 -MD5 54f46c83a5d67507a3ba48fd39a2019c avahi-0.2.ebuild 1414 -MD5 48bf4dbd9e8ed57a30b0c8b59d653cdb avahi-0.3.ebuild 1493 -MD5 cf245c4487689f43081e9e25adeb1311 files/0.2-anydbm.patch 622 -MD5 80aecdb4dc5fed13ee581f9965185cdf files/digest-avahi-0.2 61 -MD5 35bf4e2c637d72da9f86110a6b107bef files/digest-avahi-0.3 61 +MD5 41e316aedacd3ab3f0cfb642fd52f448 ChangeLog 1395 +MD5 5ac96105fe854ef43e4b2d01b157876d avahi-0.4.ebuild 1411 +MD5 79b2a9584ed3e3e96dcf086f2cf6ac74 files/digest-avahi-0.4 61 MD5 e522a390cede4510e8dbd0446e695912 metadata.xml 297 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDGeOvI1lqEGTUzyQRAlB5AKC+D7bXnpGNqGrqCTerQsYL6Z4cKACeKJt4 -nxTlH4rNNNM+OtZZ4J81rAI= -=dsj5 +iD8DBQFDIL2II1lqEGTUzyQRAtmIAKCyKckTy0ob0kcFWJvSOSdGR2tZawCfamK8 +73yyKOj1yVoabpzBDGual+M= +=s7bQ -----END PGP SIGNATURE----- diff --git a/net-dns/avahi/avahi-0.2.ebuild b/net-dns/avahi/avahi-0.2.ebuild deleted file mode 100644 index f7c2b403e801..000000000000 --- a/net-dns/avahi/avahi-0.2.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.2.ebuild,v 1.4 2005/08/30 20:18:09 dang Exp $ - -inherit eutils - -DESCRIPTION="System which facilitates service discovery on a local network" -HOMEPAGE="http://www.freedesktop.org/Software/Avahi" -SRC_URI="http://www.freedesktop.org/~lennart/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus doc gtk python" - -RDEPEND="dev-libs/libdaemon - dev-libs/expat - gtk? ( - >=x11-libs/gtk+-2 - >=gnome-base/libglade-2 - >=dev-libs/glib-2 - ) - dbus? ( - >=sys-apps/dbus-0.30 - python? ( - >=virtual/python-2.4 - >=dev-python/pygtk-2 - ) - )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -pkg_setup() { - enewgroup avahi - enewuser avahi -1 -1 -1 avahi -} - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${PV}-anydbm.patch -} - -src_compile() { - local myconf="" - - if use python && use dbus - then - myconf="${myconf} --enable-python" - fi - - econf \ - --localstatedir=/var \ - --with-distro=gentoo \ - --disable-xmltoman \ - --disable-python \ - $(use_enable doc doxygen-doc) \ - $(use_enable dbus) \ - $(use_enable gtk) \ - $(use_enable gtk glib) \ - ${myconf} \ - || die "econf failed" - emake -j1 || die "emake failed" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - - dodoc docs/{AUTHORS,README,TODO} -} diff --git a/net-dns/avahi/avahi-0.3.ebuild b/net-dns/avahi/avahi-0.4.ebuild index 094974019021..f4e442e95cb3 100644 --- a/net-dns/avahi/avahi-0.3.ebuild +++ b/net-dns/avahi/avahi-0.4.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-dns/avahi/avahi-0.3.ebuild,v 1.2 2005/09/03 17:55:31 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.4.ebuild,v 1.1 2005/09/08 22:38:53 swegener Exp $ inherit eutils qt3 @@ -36,13 +36,6 @@ pkg_setup() { enewuser avahi -1 -1 -1 avahi } -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/0.2-anydbm.patch -} - src_compile() { local myconf="" diff --git a/net-dns/avahi/files/0.2-anydbm.patch b/net-dns/avahi/files/0.2-anydbm.patch deleted file mode 100644 index a07bc5d943bd..000000000000 --- a/net-dns/avahi/files/0.2-anydbm.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: service-type-database/build-db.in -=================================================================== ---- service-type-database/build-db.in (revision 489) -+++ service-type-database/build-db.in (working copy) -@@ -19,7 +19,7 @@ - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - # USA. - --import dbm, sys -+import anydbm, sys - - if len(sys.argv) > 1: - infn = sys.argv[1] -@@ -31,11 +31,8 @@ - else: - outfn = infn - --if outfn.endswith(".db"): -- outfn = outfn[:-3] -+db = anydbm.open(outfn, "n") - --db = dbm.open(outfn, "n") -- - for ln in file(infn, "r"): - ln = ln.strip(" \r\n\t") - diff --git a/net-dns/avahi/files/digest-avahi-0.2 b/net-dns/avahi/files/digest-avahi-0.2 deleted file mode 100644 index 0c9af19ddbc3..000000000000 --- a/net-dns/avahi/files/digest-avahi-0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 72e4cdaab3b37accf9179855f97bf3cb avahi-0.2.tar.gz 613541 diff --git a/net-dns/avahi/files/digest-avahi-0.3 b/net-dns/avahi/files/digest-avahi-0.3 deleted file mode 100644 index 5ec9e4e3b898..000000000000 --- a/net-dns/avahi/files/digest-avahi-0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 8a56356d11b849e76f28812416b5d8f8 avahi-0.3.tar.gz 626517 diff --git a/net-dns/avahi/files/digest-avahi-0.4 b/net-dns/avahi/files/digest-avahi-0.4 new file mode 100644 index 000000000000..415508ba2875 --- /dev/null +++ b/net-dns/avahi/files/digest-avahi-0.4 @@ -0,0 +1 @@ +MD5 9a681b95089f46b9b80311810315cab2 avahi-0.4.tar.gz 628967 |