public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Benda XU" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/
Date: Wed, 11 Jan 2017 04:47:02 +0000 (UTC)	[thread overview]
Message-ID: <1484110004.a8bc1cd7d12287494d6d66d37e8de5d71fddbb83.heroxbd@gentoo> (raw)

commit:     a8bc1cd7d12287494d6d66d37e8de5d71fddbb83
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 04:46:29 2017 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 04:46:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bc1cd7

dev-libs/libtommath: remove double prefix.

  Shorten DESCRIPTION.

Package-Manager: portage-2.3.3

 dev-libs/libtommath/libtommath-1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libtommath/libtommath-1.0.ebuild b/dev-libs/libtommath/libtommath-1.0.ebuild
index 98b3e20..fec9786 100644
--- a/dev-libs/libtommath/libtommath-1.0.ebuild
+++ b/dev-libs/libtommath/libtommath-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit autotools eutils multilib toolchain-funcs
 
-DESCRIPTION="highly optimized and portable routines for integer based number theoretic applications"
+DESCRIPTION="highly optimized and portable routines for integer theoretic applications"
 HOMEPAGE="http://www.libtom.org/"
 SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}.tar.xz"
 
@@ -49,7 +49,7 @@ src_compile() {
 }
 
 src_install() {
-	_emake DESTDIR="${ED}" install
+	_emake DESTDIR="${D}" install
 	# We only link against -lc, so drop the .la file.
 	find "${ED}" -name '*.la' -delete
 


             reply	other threads:[~2017-01-11  4:47 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-11  4:47 Benda XU [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-03  5:10 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/ Sam James
2023-10-08 15:29 Arthur Zamarin
2023-10-08  6:44 Sam James
2023-10-08  5:39 Sam James
2023-10-08  5:39 Sam James
2023-10-08  5:33 Sam James
2023-10-08  5:33 Sam James
2023-10-08  5:33 Sam James
2023-10-08  5:33 Sam James
2023-09-09  5:03 Sam James
2022-11-16  5:57 WANG Xuerui
2021-10-28  1:00 Sam James
2021-10-28  0:47 Sam James
2021-09-10 20:16 Matt Turner
2021-08-28  8:50 Fabian Groffen
2021-07-28  0:19 Marek Szuba
2021-05-31 20:45 David Seifert
2021-03-23  4:53 Sam James
2021-01-30  5:24 Sam James
2021-01-30  5:24 Sam James
2021-01-06  0:02 Sam James
2020-12-20  6:29 Sam James
2020-09-05 15:23 Sam James
2020-08-19 14:33 Sam James
2020-08-18 13:28 Jeroen Roovers
2020-08-16 14:48 Agostino Sarubbo
2020-08-16 14:47 Agostino Sarubbo
2020-08-15  6:12 Sam James
2020-08-15  5:53 Sam James
2020-08-15  3:44 Sam James
2020-08-15  3:40 Sam James
2020-07-14 13:02 Sam James
2020-07-14 13:02 Sam James
2020-07-14 13:02 Sam James
2020-02-25 12:48 Mikle Kolyada
2020-02-25 12:48 Mikle Kolyada
2019-12-08  5:32 Matt Turner
2019-11-30 21:45 Sergei Trofimovich
2019-11-22 13:44 Matt Turner
2019-11-20 11:50 Agostino Sarubbo
2019-11-20 11:48 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-19 22:43 Aaron Bauman
2019-11-18 12:03 Agostino Sarubbo
2019-02-09 16:07 James Le Cuirot
2019-02-09 16:07 James Le Cuirot
2019-02-01 17:02 Lars Wendler
2019-02-01 17:02 Lars Wendler
2017-12-15  8:12 Jeroen Roovers
2017-07-26 20:41 Sergei Trofimovich
2017-06-26 13:50 Patrick Lauer
2017-01-29 16:19 Fabian Groffen
2016-03-05 16:25 Patrick Lauer
2016-03-05 16:25 Patrick Lauer
2016-03-03 18:59 Patrick Lauer
2016-02-28 21:04 Patrick Lauer

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=1484110004.a8bc1cd7d12287494d6d66d37e8de5d71fddbb83.heroxbd@gentoo \
    --to=heroxbd@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