commit:     b71acb35fb87247bd75f69641ee542f299ce8a23
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 11:01:31 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 08:42:55 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b71acb35

app-crypt/librhash: Remove in favour of app-crypt/rhash in Gentoo repo

 app-crypt/librhash/librhash-1.2.10.ebuild | 44 -------------------------------
 1 file changed, 44 deletions(-)

diff --git a/app-crypt/librhash/librhash-1.2.10.ebuild 
b/app-crypt/librhash/librhash-1.2.10.ebuild
deleted file mode 100644
index b2eb4a2..0000000
--- a/app-crypt/librhash/librhash-1.2.10.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: app-crypt/librhash-1.2.10.ebuild,v 1.0 2013/04/28 10:15:41 by 
frostwork Exp $
-
-EAPI="4"
-
-inherit eutils
-
-MY_PN="rhash"
-
-DESCRIPTION="a professional, portable, thread-safe library for computing hash 
sums"
-HOMEPAGE="http://sourceforge.net/projects/${MY_PN}";
-SRC_URI="mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}-src.tar.gz"
-
-LICENSE="RHash"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/jsoncpp
-               net-libs/liboauth
-               net-misc/curl
-               dev-libs/boost
-               dev-libs/tinyxml"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_prepare() {
-       sed -i -e "s:/usr/local:/usr:" ${PN}/Makefile || die
-}
-
-src_compile() {
-       cd ${PN}
-       emake lib-shared || die "emake failed"
-}
-
-src_install() {
-       cd ${PN}
-       newlib.so ${PN}.so.0 ${PN}.so.0
-       newlib.so ${PN}.so ${PN}.so
-       insinto /usr/include
-       doins rhash.h
-}

Reply via email to