summaryrefslogtreecommitdiff
path: root/dev-libs/npth
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-25 00:21:47 -0400
committerTim Harder <radhermit@gentoo.org>2015-08-25 00:30:02 -0400
commit139bdf639abd01e01dc6a82c65190ed9f711039b (patch)
tree72a5859a8b064b9a2e08c135db5cbc8cf8730376 /dev-libs/npth
parentd7fe640de6190829c77509bc7ae28767a55642b6 (diff)
downloadgentoo-139bdf639abd01e01dc6a82c65190ed9f711039b.tar.gz
gentoo-139bdf639abd01e01dc6a82c65190ed9f711039b.tar.xz
dev-libs/npth: remove old
Diffstat (limited to 'dev-libs/npth')
-rw-r--r--dev-libs/npth/Manifest2
-rw-r--r--dev-libs/npth/npth-0.91.ebuild17
-rw-r--r--dev-libs/npth/npth-1.0.ebuild15
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-libs/npth/Manifest b/dev-libs/npth/Manifest
index 6b0c0acf4b2..40f75da266c 100644
--- a/dev-libs/npth/Manifest
+++ b/dev-libs/npth/Manifest
@@ -1,4 +1,2 @@
-DIST npth-0.91.tar.bz2 299702 SHA256 caef86ced4a331e162897818a5b924860c8d6003e52da5bdf76da00e8e0dfae1 SHA512 728ae7d5dadb253f0ca77fea455f81eed5fa437c6a85d3846d0bb00efd105a433d046a7b64df51f5de5f5535d983ac95d9f9f217b0c1b8b6321e6640eed71f83 WHIRLPOOL af61b2bda371eed6a6a6f4295532bf60f8e5cd0aeb8172c90b0630de6f364d816f6a7e05f0be134d39f5ad52990987f43d1a1ef8a5372a8cd8f8d3e9adc5c47c
-DIST npth-1.0.tar.bz2 292804 SHA256 9ad49de376310effab7fdad69581054b0fa9023d062032d06e73058146c8f76e SHA512 a95fc8426217e17d3f418ad7ac9c900ed53409a5b117aad87c94baf8ee68b46026ba4741d0e1de93161b419ba679b4109747ee37f6a723222f2f6d41a70e8d06 WHIRLPOOL 7c4767bb110047830b9919e4254c53cae263d5269661cd984c6dbc412ff105645af369c26bab9ebd5e4df700132be4f4714a255a3507a1dc436072d8bd7028b5
DIST npth-1.1.tar.bz2 293362 SHA256 896c561eb2ec8da35f11828fb04a3fbff12d41ff657c799056d7dc4a66e5df7f SHA512 e2aef40d2ab6353e2bfc0442d6346f2b71c6a5ef0e0255b1402396002ac289b2613cc5c10ef56f44ddbe27425a98253d733937734b58f118715576eb7343a604 WHIRLPOOL 990c296d1f8a2ed5fcc3e10e00b1dfb50eed570a45d59623429b0afbaf19a466154945c07e8340f43d9cfeef6011d1c56ee12aa61d00fcf46acb5213e61a67d6
DIST npth-1.2.tar.bz2 298735 SHA256 6ddbdddb2cf49a4723f9d1ad6563c480d6760dcb63cb7726b8fc3bc2e1b6c08a SHA512 3f02fdf3553c6cda8973ce1a7d6625433a87c891c51d4d7fd64bba375d673a6a874c25d8f272ca14e6b6bf43bf8e7113826f6fe3befadc4b12d5126e8998af57 WHIRLPOOL f9f646cf480e2e27dcdc97dcdf7ceddbed8c23343b44c17ebcdc0223f59c94183d2f4111fc4b6e556ac07f6bfa9fee81afb2d75579518bcc9bae2a1a752a8b04
diff --git a/dev-libs/npth/npth-0.91.ebuild b/dev-libs/npth/npth-0.91.ebuild
deleted file mode 100644
index 2a41092574d..00000000000
--- a/dev-libs/npth/npth-0.91.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="New GNU Portable Threads Library"
-HOMEPAGE="http://thread.gmane.org/gmane.comp.encryption.gpg.announce/179"
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
diff --git a/dev-libs/npth/npth-1.0.ebuild b/dev-libs/npth/npth-1.0.ebuild
deleted file mode 100644
index 13f0380a978..00000000000
--- a/dev-libs/npth/npth-1.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools-utils
-
-DESCRIPTION="New GNU Portable Threads Library"
-HOMEPAGE="http://thread.gmane.org/gmane.comp.encryption.gpg.announce/179"
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="static-libs"