diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2007-08-18 22:30:27 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2007-08-18 22:30:27 +0000 |
commit | 956f40c3e247badb8ba40d96f3f341e5cb883ca0 (patch) | |
tree | 646a15bdb76bc59a152ddd0f95441f4f8fdc22fa /net-libs/obby | |
parent | Version bump. (diff) | |
download | gentoo-2-956f40c3e247badb8ba40d96f3f341e5cb883ca0.tar.gz gentoo-2-956f40c3e247badb8ba40d96f3f341e5cb883ca0.tar.bz2 gentoo-2-956f40c3e247badb8ba40d96f3f341e5cb883ca0.zip |
Version bump (bug #171089), dropped old versions.
(Portage version: 2.1.3.6)
Diffstat (limited to 'net-libs/obby')
-rw-r--r-- | net-libs/obby/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/obby/files/digest-obby-0.4.1 | 3 | ||||
-rw-r--r-- | net-libs/obby/files/digest-obby-0.4.4 | 3 | ||||
-rw-r--r-- | net-libs/obby/obby-0.4.1.ebuild | 43 | ||||
-rw-r--r-- | net-libs/obby/obby-0.4.4.ebuild | 30 |
5 files changed, 41 insertions, 48 deletions
diff --git a/net-libs/obby/ChangeLog b/net-libs/obby/ChangeLog index 41b6f811017f..90f77175e3e9 100644 --- a/net-libs/obby/ChangeLog +++ b/net-libs/obby/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/obby -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/obby/ChangeLog,v 1.17 2006/10/28 14:43:07 mabi Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/obby/ChangeLog,v 1.18 2007/08/18 22:30:27 dev-zero Exp $ + +*obby-0.4.4 (18 Aug 2007) + + 18 Aug 2007; Tiziano Müller <dev-zero@gentoo.org> -obby-0.4.1.ebuild, + +obby-0.4.4.ebuild: + Version bump (bug #171089), dropped old versions. 28 Oct 2006; Matti Bickel <mabi@gentoo.org> obby-0.3.0-r1.ebuild: Stable on ppc (bug #115113) diff --git a/net-libs/obby/files/digest-obby-0.4.1 b/net-libs/obby/files/digest-obby-0.4.1 deleted file mode 100644 index 44c278884b36..000000000000 --- a/net-libs/obby/files/digest-obby-0.4.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b79146369fc76a61d6d4056a937c71c8 obby-0.4.1.tar.gz 469996 -RMD160 296e67fbe5b7ddf89068ac4b66aa27616148681b obby-0.4.1.tar.gz 469996 -SHA256 b69a259795762881a5384072085bb501d77c6fb974e0b7a16ca573565ffe3629 obby-0.4.1.tar.gz 469996 diff --git a/net-libs/obby/files/digest-obby-0.4.4 b/net-libs/obby/files/digest-obby-0.4.4 new file mode 100644 index 000000000000..6632702df39e --- /dev/null +++ b/net-libs/obby/files/digest-obby-0.4.4 @@ -0,0 +1,3 @@ +MD5 a5a7032bca90f8bb18c433f1ce6be911 obby-0.4.4.tar.gz 507564 +RMD160 88c83138f1f59736a910cd9266fc8294bc54e95f obby-0.4.4.tar.gz 507564 +SHA256 88b0908ff15d8cc0b04a1297deffa025448b865d25a50389019ba3b9950330d4 obby-0.4.4.tar.gz 507564 diff --git a/net-libs/obby/obby-0.4.1.ebuild b/net-libs/obby/obby-0.4.1.ebuild deleted file mode 100644 index 74fc9761aa68..000000000000 --- a/net-libs/obby/obby-0.4.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/obby/obby-0.4.1.ebuild,v 1.1 2006/08/29 23:02:28 humpback Exp $ - -#MY_P=${P/_rc/rc} -#S=${WORKDIR}/${MY_P} -inherit eutils - -DESCRIPTION="Library for collaborative text editing" -HOMEPAGE="http://darcs.0x539.de/libobby" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="howl" -SRC_URI="http://releases.0x539.de/${PN}/${P/_/}.tar.gz" - -DEPEND=">=net-libs/net6-1.3.1 - >=dev-libs/libsigc++-2.0 - >=dev-libs/gmp-4.1.4 - howl? ( >=net-misc/howl-0.9.8 )" - -RDEPEND="" - -S=${WORKDIR}/${P/_/} - -src_unpack() { - unpack ${A} -# cd ${S} -# epatch ${FILESDIR}/dual_subscribe.patch -} - -src_compile() { - - local myconf - myconf="${myconf} --disable-tests" - use howl && myconf="${myconf} --with-howl" - econf ${myconf} || die "./configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die -} diff --git a/net-libs/obby/obby-0.4.4.ebuild b/net-libs/obby/obby-0.4.4.ebuild new file mode 100644 index 000000000000..f8ea09273fe0 --- /dev/null +++ b/net-libs/obby/obby-0.4.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/obby/obby-0.4.4.ebuild,v 1.1 2007/08/18 22:30:27 dev-zero Exp $ + +DESCRIPTION="Library for collaborative text editing" +HOMEPAGE="http://gobby.0x539.de/" +SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="avahi ipv6" + +DEPEND=">=net-libs/net6-1.3.5 + >=dev-libs/libsigc++-2.0 + >=dev-libs/gmp-4.1.4 + avahi? ( net-dns/avahi )" +RDEPEND="${DEPEND}" + +src_compile() { + econf \ + $(use_with avahi zeroconf) \ + $(use_enable ipv6) \ + || die "econf failed" + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README TODO +} |