summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-04-16 16:54:58 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-04-16 16:54:58 +0000
commit3f5fd877ce12a41e906b605d7baac39863c706d9 (patch)
tree7e5e524b7a01b197c164e35c6f6abdf5932e8292 /dev-libs
parentStable on amd64 wrt bug #311963 (diff)
downloadgentoo-2-3f5fd877ce12a41e906b605d7baac39863c706d9.tar.gz
gentoo-2-3f5fd877ce12a41e906b605d7baac39863c706d9.tar.bz2
gentoo-2-3f5fd877ce12a41e906b605d7baac39863c706d9.zip
old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/dvthread/Manifest14
-rw-r--r--dev-libs/dvthread/dvthread-0.5.0.ebuild36
-rw-r--r--dev-libs/dvthread/dvthread-0.7.0.ebuild37
3 files changed, 0 insertions, 87 deletions
diff --git a/dev-libs/dvthread/Manifest b/dev-libs/dvthread/Manifest
index 35820fec2335..93577322480b 100644
--- a/dev-libs/dvthread/Manifest
+++ b/dev-libs/dvthread/Manifest
@@ -1,18 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
DIST dvthread-0.13.4.tar.gz 1912909 RMD160 33180e6ad2cd482a010bdc6568775161a8f1e464 SHA1 b9554fd14033a42304ffae6ef1cd78b17109a931 SHA256 58b518eb4b753e3c4dcd96717c203e69914e84f9f867f9f16a490cd8a9ae1a8c
-DIST dvthread-0.5.0.tar.gz 419264 RMD160 71e5c1747985fd2526c38897e3efee907fca4f99 SHA1 f86c787aee78bd3af6ac5fae55f0baa7143695ec SHA256 1531140896a84b291ab10c67ee9a8da0bfdb124de838e5893c1ac69e00e72b86
-DIST dvthread-0.7.0.tar.gz 500976 RMD160 b6ab2056e16e43ebf61c390342945583ceb3d2f7 SHA1 2aa7d175b0739942c173efefd5620a3077f6787f SHA256 1f7b033e89c0eb07befca1d3ef800eb281db1ff2bdc7d04bff7435c4b7ef224b
EBUILD dvthread-0.13.4.ebuild 817 RMD160 802f9ed85ba7eb2074f3b0556d25eae06537baf7 SHA1 90ca8329d70717677d6fa4d212eb3018c7460810 SHA256 69369d18db3aadf325a108465d1668613c86a583fb2cf93b896f42f6d594b80b
-EBUILD dvthread-0.5.0.ebuild 928 RMD160 b3703eb8c0ecfed6d7b15ab9cb850afd27ccf0d7 SHA1 f40ca312d1e7321d3c62bf89b419bfa3c99c0377 SHA256 66c74939dc30f1eb17839240f970fdda433adbf3902e0f2c667c01c46810476a
-EBUILD dvthread-0.7.0.ebuild 969 RMD160 c2dff64aa84a538ff1f791f83da2ed07b8451a3b SHA1 53b38269299bcd390e21b5693997b822ab3bd977 SHA256 48b6a924a4e9a128410084c0f347d64a58368d3b5810cf38a7e6f84f782e0f23
MISC ChangeLog 2855 RMD160 f9ede5c3667432ec267061d6014e1bfdb73acebe SHA1 24f408d88ff358c1afb198d30edf39a01e8ef856 SHA256 b0adef5efcb74c7d712c23bf583f4df57ab7a23b9d813f3a3610710ff8cd05f3
MISC metadata.xml 157 RMD160 1a16d7c8813911ff609857e1d437b678c924114c SHA1 c82a897a9ef30c4e459bcb4ce934e0a966c11d4d SHA256 e44459c87638f81370c6caee91f75bf864c56875d2b17f69ec7473c81ff58f9f
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.14 (GNU/Linux)
-
-iEYEARECAAYFAkvDcpUACgkQkKaRLQcq0GJ8VwCcCMlLxYzK93I1htoMPCPTcpeQ
-snMAn3Ne8ZbM9P9nt35Id0Ih4WWdmRpD
-=vEZW
------END PGP SIGNATURE-----
diff --git a/dev-libs/dvthread/dvthread-0.5.0.ebuild b/dev-libs/dvthread/dvthread-0.5.0.ebuild
deleted file mode 100644
index 16ea1db33d6d..000000000000
--- a/dev-libs/dvthread/dvthread-0.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvthread/dvthread-0.5.0.ebuild,v 1.4 2006/10/25 18:23:23 pylon Exp $
-
-DESCRIPTION="classes for threads and monitors, wrapped around the posix thread library"
-SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvthread/download/${P}.tar.gz"
-HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvthread/html/"
-
-KEYWORDS="ppc x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc"
-
-DEPEND=""
-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
deleted file mode 100644
index 065b789f5f12..000000000000
--- a/dev-libs/dvthread/dvthread-0.7.0.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.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
-}