public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile (blueness)" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/libscrypt: libscrypt-1.20.ebuild ChangeLog
Date: Thu,  8 Jan 2015 17:59:15 +0000 (UTC)	[thread overview]
Message-ID: <20150108175915.0A8DBF25D@oystercatcher.gentoo.org> (raw)

blueness    15/01/08 17:59:15

  Modified:             ChangeLog
  Added:                libscrypt-1.20.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.3                  app-crypt/libscrypt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	8 Jan 2015 17:55:14 -0000	1.2
+++ ChangeLog	8 Jan 2015 17:59:15 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/libscrypt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v 1.2 2015/01/08 17:55:14 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/ChangeLog,v 1.3 2015/01/08 17:59:15 blueness Exp $
+
+*libscrypt-1.20 (08 Jan 2015)
+
+  08 Jan 2015; Anthony G. Basile <blueness@gentoo.org> +libscrypt-1.20.ebuild:
+  Version bump
 
   08 Jan 2015; Anthony G. Basile <blueness@gentoo.org> libscrypt-1.19.ebuild:
   Keyword ~arm ~ppc ~ppc64.  Needed for net-misc/tor.



1.1                  app-crypt/libscrypt/libscrypt-1.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild?rev=1.1&content-type=text/plain

Index: libscrypt-1.20.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/libscrypt/libscrypt-1.20.ebuild,v 1.1 2015/01/08 17:59:15 blueness Exp $

EAPI=5

inherit flag-o-matic multilib toolchain-funcs

DESCRIPTION="Shared library to impliment the scrypt algorithm.  See http://www.tarsnap.com/scrypt.html."
HOMEPAGE="https://github.com/technion/libscrypt"
SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_compile() {
	export PREFIX=/usr
	export LIBDIR=${PREFIX}/$(get_libdir)
	export CC=$(tc-getCC)
	export CFLAGS="$CFLAGS -fPIC"
	export LDFLAGS="$LDFLAGS -Wl,-soname,libscrypt.so.0 -Wl,--version-script=libscrypt.version"
	export CFLAGS_EXTRA=
	emake
}





             reply	other threads:[~2015-01-08 17:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-08 17:59 Anthony G. Basile (blueness) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-09 16:56 [gentoo-commits] gentoo-x86 commit in app-crypt/libscrypt: libscrypt-1.20.ebuild ChangeLog Anthony G. Basile (blueness)
2015-04-10  9:51 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150108175915.0A8DBF25D@oystercatcher.gentoo.org \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox