public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-portage/hashgen/, profiles/
@ 2019-10-14  5:50 Fabian Groffen
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen @ 2019-10-14  5:50 UTC (permalink / raw
  To: gentoo-commits

commit:     28e758102833d2f9a83a23163640b58d82ebbd42
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 05:49:33 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 05:49:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e75810

app-portage/hashgen: remove last-rited package

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-portage/hashgen/Manifest           |  2 --
 app-portage/hashgen/hashgen-1.0.ebuild | 56 ----------------------------------
 app-portage/hashgen/hashgen-1.1.ebuild | 56 ----------------------------------
 app-portage/hashgen/metadata.xml       |  8 -----
 profiles/package.mask                  |  5 ---
 5 files changed, 127 deletions(-)

diff --git a/app-portage/hashgen/Manifest b/app-portage/hashgen/Manifest
deleted file mode 100644
index 320729b88d7..00000000000
--- a/app-portage/hashgen/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST hashgen-1.0.c 36299 BLAKE2B 4419ffd2b4c8435b05b0cf2d9e54e2df5c539f945166da8305c910ec267e5d93cd26822ef189777cf952bb8644193fbfeaafefa4e98c5b7561845fb9a1f40c0a SHA512 4f8df94e91b02ebc611553d2dd9776de4ba77989869ed1ce411b91cc7fed224c3d8715d15cce6234caa25f2143962949dfd59da79d8f1ab211c287c604c22fff
-DIST hashgen-1.1.c 38543 BLAKE2B 8830fa1ebd3494ef6e42b12bb750e4b45f0ebb975de8aacc29e67200144cc9110532846b349cf36b0a060c3b2770095a65bc24be2eb7ea997adfd5be309328d2 SHA512 84c44689e2d0061566ce990b943ea76824f5cf257d611571cd0b5932154a079670f186b7e97d3e16de3e991a629db595a63c21336c6a57f48b967b5ebb40eea8

diff --git a/app-portage/hashgen/hashgen-1.0.ebuild b/app-portage/hashgen/hashgen-1.0.ebuild
deleted file mode 100644
index 48a5df12081..00000000000
--- a/app-portage/hashgen/hashgen-1.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Manifest generation and verification tool written in C"
-HOMEPAGE="https://prefix.gentoo.org/"
-GITHASH="7fc3cf2b4baddc8b98c994b8ee024330d8f29956"
-SRC_URI="https://gitweb.gentoo.org/repo/proj/prefix.git/plain/scripts/rsync-generation/hashgen.c?id=${GITHASH} -> ${P}.c"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x64-macos ~sparc-solaris ~x64-solaris"
-IUSE="+openmp"
-
-DEPEND="
-	openmp? (
-		|| ( >=sys-devel/gcc-4.2:*[openmp] sys-devel/clang-runtime:*[openmp] )
-	)
-	app-crypt/libb2
-	dev-libs/openssl:0=
-	sys-libs/zlib
-	app-crypt/gpgme
-"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-	mkdir "${S}" || die
-	cp "${DISTDIR}"/${P}.c "${S}"/${PN}.c || die
-}
-
-src_compile() {
-	v() {
-		echo "$@"
-		"$@"
-	}
-
-	local openmp=
-	use openmp && tc-has-openmp && openmp=-fopenmp
-
-	[[ ${CHOST} == sparc-*-solaris2* || ${CHOST} == i?86-*-solaris2* ]] \
-		&& append-flags -D_FILE_OFFSET_BITS=64
-
-	v $(tc-getCC) -o hashgen ${openmp} ${CFLAGS} \
-		$(pkg-config openssl --libs) \
-		$(gpgme-config --libs) \
-		-lb2 -lz ${LDFLAGS} ${PN}.c || die
-}
-
-src_install() {
-	dobin hashgen
-	cd "${ED}"/usr/bin || die
-	ln -s hashgen hashverify || die
-}

diff --git a/app-portage/hashgen/hashgen-1.1.ebuild b/app-portage/hashgen/hashgen-1.1.ebuild
deleted file mode 100644
index e52b35617a6..00000000000
--- a/app-portage/hashgen/hashgen-1.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Manifest generation and verification tool written in C"
-HOMEPAGE="https://prefix.gentoo.org/"
-GITHASH="2ea68e88531288c29c5533440d63da6c8136d477"
-SRC_URI="https://gitweb.gentoo.org/repo/proj/prefix.git/plain/scripts/rsync-generation/hashgen.c?id=${GITHASH} -> ${P}.c"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x64-macos ~sparc-solaris ~x64-solaris"
-IUSE="+openmp"
-
-DEPEND="
-	openmp? (
-		|| ( >=sys-devel/gcc-4.2:*[openmp] sys-devel/clang-runtime:*[openmp] )
-	)
-	app-crypt/libb2
-	dev-libs/openssl:0=
-	sys-libs/zlib
-	app-crypt/gpgme
-"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-	mkdir "${S}" || die
-	cp "${DISTDIR}"/${P}.c "${S}"/${PN}.c || die
-}
-
-src_compile() {
-	v() {
-		echo "$@"
-		"$@"
-	}
-
-	local openmp=
-	use openmp && tc-has-openmp && openmp=-fopenmp
-
-	[[ ${CHOST} == sparc-*-solaris2* || ${CHOST} == i?86-*-solaris2* ]] \
-		&& append-flags -D_FILE_OFFSET_BITS=64
-
-	v $(tc-getCC) -o hashgen ${openmp} ${CFLAGS} \
-		$(pkg-config openssl --libs) \
-		$(gpgme-config --libs) \
-		-lb2 -lz ${LDFLAGS} ${PN}.c || die
-}
-
-src_install() {
-	dobin hashgen
-	cd "${ED}"/usr/bin || die
-	ln -s hashgen hashverify || die
-}

diff --git a/app-portage/hashgen/metadata.xml b/app-portage/hashgen/metadata.xml
deleted file mode 100644
index a53ffbea77d..00000000000
--- a/app-portage/hashgen/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>grobian@gentoo.org</email>
-		<name>Fabian Groffen</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 9854b324dfb..927636179c2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -433,11 +433,6 @@ app-emulation/vmips-cross-bin
 # Removal in 30 days.  Bug #694514.
 dev-util/atomic-install
 
-# Fabian Groffen <grobian@gentoo.org> (2019-09-15)
-# Incorporated in >=app-portage/portage-utils-0.80 as qmanifest
-# Removal in 30 days.  Bug #694428
-app-portage/hashgen
-
 # Zac Medico <zmedico@gentoo.org> (2019-09-14)
 # No reverse dependencies.
 # Removal in 30 days.  Bug #694390.


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

only message in thread, other threads:[~2019-10-14  5:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-14  5:50 [gentoo-commits] repo/gentoo:master commit in: app-portage/hashgen/, profiles/ Fabian Groffen

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