public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, net-libs/nacl/
@ 2019-10-13 12:39 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-10-13 12:39 UTC (permalink / raw
  To: gentoo-commits

commit:     1b8037463a286b030252eb091adc5dc49ac19357
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 12:37:36 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 12:37:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b803746

net-libs/nacl: Remove last-rited pkg

Closes: https://bugs.gentoo.org/500616
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-libs/nacl/Manifest                |  1 -
 net-libs/nacl/metadata.xml            |  5 ---
 net-libs/nacl/nacl-0_p20110221.ebuild | 73 -----------------------------------
 profiles/package.mask                 |  6 ---
 4 files changed, 85 deletions(-)

diff --git a/net-libs/nacl/Manifest b/net-libs/nacl/Manifest
deleted file mode 100644
index cd99a3916d0..00000000000
--- a/net-libs/nacl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nacl-20110221.tar.bz2 163415 BLAKE2B 2b9b3b009f32a23fdea4885a3c0dc34febdc675b856c42d8fcb68bf1da67f6e5c073f7e17d2f4001416dd1e3e7d889ca6561e09f7ea081cbd8fbe77aae6ec6e7 SHA512 4c031ceffe6a28dc74b46ac003d485531f78de467c802df73c8b22ca53644dabb7d2e3080b7bdd6583f0d07ad76b6d95bc0ffdce319ca2f80ee041e6fe618656

diff --git a/net-libs/nacl/metadata.xml b/net-libs/nacl/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/net-libs/nacl/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/net-libs/nacl/nacl-0_p20110221.ebuild b/net-libs/nacl/nacl-0_p20110221.ebuild
deleted file mode 100644
index 55bcb6fc9de..00000000000
--- a/net-libs/nacl/nacl-0_p20110221.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic toolchain-funcs multilib-minimal
-
-DESCRIPTION="high-speed software library for network communication, encryption, decryption, signatures"
-HOMEPAGE="http://nacl.cr.yp.to/"
-SRC_URI="http://hyperelliptic.org/nacl/${P/0_p}.tar.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${P/0_p}
-
-MULTILIB_WRAPPED_HEADERS=(
-	/usr/include/nacl/cpucycles.h
-	/usr/include/nacl/crypto_core_hsalsa20.h
-	/usr/include/nacl/crypto_hashblocks_sha256.h
-	/usr/include/nacl/crypto_hashblocks_sha512.h
-	/usr/include/nacl/crypto_onetimeauth_poly1305.h
-	/usr/include/nacl/crypto_scalarmult_curve25519.h
-	/usr/include/nacl/crypto_stream_aes128ctr.h
-	/usr/include/nacl/crypto_stream_salsa20.h
-	/usr/include/nacl/crypto_stream_salsa2012.h
-	/usr/include/nacl/crypto_stream_salsa208.h )
-
-src_prepare() {
-	#drop useless path elements, verbose output, predictable include dir
-	sed -e '/^export/d' \
-		-e '/^PATH/d' \
-		-e '/^LD_LIBRARY_PATH/d' \
-		-e '/^DYLD_LIBRARY_PATH/d' \
-		-e '/^exec >/d' \
-		-e '/^shorthostname/s:=.*:=gentoo:' \
-		-i do || die
-	sed -e 's:=== `date` === ::' \
-		-i $(find . -name do) || die
-	rm -r tests
-
-	multilib_copy_sources
-
-	filter-flags "-O*"
-	append-cflags -O3 -fomit-frame-pointer -funroll-loops
-	append-cxxflags -O3 -fomit-frame-pointer -funroll-loops
-}
-
-multilib_src_configure() {
-	echo "$(tc-getCC) ${CFLAGS}" > okcompilers/c
-	echo "$(tc-getCXX) ${CXXFLAGS}" > okcompilers/cpp
-	echo "$(tc-getAR)" > okcompilers/archivers
-
-	sed -e "1aexport PATH=\"${BUILD_DIR}/build/gentoo/bin:${PATH}\"" \
-		-i do || die
-}
-
-multilib_src_compile() {
-	./do || die
-}
-
-multilib_src_install() {
-	insinto /usr/$(get_libdir)/${PN}
-	doins build/gentoo/lib/*/*
-
-	insinto /usr/include/${PN}
-	doins build/gentoo/include/*/*
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 35556d5367f..6795fbfec0c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -562,12 +562,6 @@ x11-libs/gtkhotkey
 x11-libs/libaosd
 x11-libs/libproplist
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-13)
-# Unmaintained.  Not bumped since 2011.  Fails to build due to broken
-# build system.  No reverse dependencies.
-# Removal in 30 days.  Bug #500616.
-net-libs/nacl
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-13 12:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-13 12:39 [gentoo-commits] repo/gentoo:master commit in: profiles/, net-libs/nacl/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox