public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: app-crypt/librhash/
@ 2013-04-28 13:24 Marcel Unbehaun
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Unbehaun @ 2013-04-28 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c19bc1ca1514fdf9e5c5ede5a8822368dd2f2d10
Author:     Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sun Apr 28 13:24:34 2013 +0000
Commit:     Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Sun Apr 28 13:24:34 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c19bc1ca

[app-crypt/librhash]	initial librhash-1.2.10.ebuild for lgogdownloader

---
 app-crypt/librhash/librhash-1.2.10.ebuild |   44 +++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/app-crypt/librhash/librhash-1.2.10.ebuild b/app-crypt/librhash/librhash-1.2.10.ebuild
new file mode 100644
index 0000000..b2eb4a2
--- /dev/null
+++ b/app-crypt/librhash/librhash-1.2.10.ebuild
@@ -0,0 +1,44 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: app-crypt/librhash/
@ 2016-09-18  8:43 James Le Cuirot
  0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2016-09-18  8:43 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-18  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-28 13:24 [gentoo-commits] proj/gamerlay:master commit in: app-crypt/librhash/ Marcel Unbehaun
  -- strict thread matches above, loose matches on Subject: below --
2016-09-18  8:43 James Le Cuirot

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