From 24b09d6e43e72b8fecbefb5ee168ba95b19563b8 Mon Sep 17 00:00:00 2001 From: Mark Loeser Date: Sat, 2 Feb 2008 05:08:26 +0000 Subject: Version bump; bug #203806 (Portage version: 2.1.4.1) --- dev-libs/dvthread/ChangeLog | 8 ++++++- dev-libs/dvthread/dvthread-0.6.2.ebuild | 37 --------------------------------- dev-libs/dvthread/dvthread-0.7.0.ebuild | 37 +++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 38 deletions(-) delete mode 100644 dev-libs/dvthread/dvthread-0.6.2.ebuild create mode 100644 dev-libs/dvthread/dvthread-0.7.0.ebuild (limited to 'dev-libs/dvthread') diff --git a/dev-libs/dvthread/ChangeLog b/dev-libs/dvthread/ChangeLog index f36e69537cda..0cfa0639cae1 100644 --- a/dev-libs/dvthread/ChangeLog +++ b/dev-libs/dvthread/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/dvthread # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvthread/ChangeLog,v 1.19 2008/01/04 08:10:48 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvthread/ChangeLog,v 1.20 2008/02/02 05:08:26 halcy0n Exp $ + +*dvthread-0.7.0 (02 Feb 2008) + + 02 Feb 2008; Mark Loeser -dvthread-0.6.2.ebuild, + +dvthread-0.7.0.ebuild: + Version bump; bug #203806 *dvthread-0.6.2 (04 Jan 2008) diff --git a/dev-libs/dvthread/dvthread-0.6.2.ebuild b/dev-libs/dvthread/dvthread-0.6.2.ebuild deleted file mode 100644 index ecd191ba41d2..000000000000 --- a/dev-libs/dvthread/dvthread-0.6.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvthread/dvthread-0.6.2.ebuild,v 1.1 2008/01/04 08:10:48 dev-zero Exp $ - -DESCRIPTION="Classes for threads and monitors, wrapped around the posix thread library" -SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/${PN}/download/${P}.tar.gz" -HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvthread/html/" - -KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="doc" - -DEPEND="dev-libs/dvutil - dev-libs/openssl" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i 's|^\(SUBDIRS =.*\)doc\(.*\)$|\1\2|' Makefile.in || \ - die "sed Makefile.in failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README NEWS - - if use doc ; then - # installed by dvutil - rm -f doc/man/*/{Dv,tostring.h}.3 - - doman doc/man/*/*.[1-9] - dohtml -r doc/html/* - fi -} diff --git a/dev-libs/dvthread/dvthread-0.7.0.ebuild b/dev-libs/dvthread/dvthread-0.7.0.ebuild new file mode 100644 index 000000000000..065b789f5f12 --- /dev/null +++ b/dev-libs/dvthread/dvthread-0.7.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvthread/dvthread-0.7.0.ebuild,v 1.1 2008/02/02 05:08:26 halcy0n Exp $ + +DESCRIPTION="Classes for threads and monitors, wrapped around the posix thread library" +SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/${PN}/download/${P}.tar.gz" +HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvthread/html/" + +KEYWORDS="~amd64 ~ppc ~x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="doc" + +DEPEND="dev-libs/dvutil + dev-libs/openssl" +RDEPEND="" + +src_unpack() { + unpack ${A} + cd "${S}" + + sed -i 's|^\(SUBDIRS =.*\)doc\(.*\)$|\1\2|' Makefile.in || \ + die "sed Makefile.in failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog README NEWS + + if use doc ; then + # installed by dvutil + rm -f doc/man/*/{Dv,tostring.h}.3 + + doman doc/man/*/*.[1-9] + dohtml -r doc/html/* + fi +} -- cgit v1.2.3-65-gdbad