public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Whyman" <thev00d00@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/duktape/
Date: Wed, 30 Aug 2017 19:11:19 +0000 (UTC)	[thread overview]
Message-ID: <1504120266.4fbb46e71f2faec70de36dbdb7ec4f89484b31bb.thev00d00@gentoo> (raw)

commit:     4fbb46e71f2faec70de36dbdb7ec4f89484b31bb
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 19:11:06 2017 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 19:11:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbb46e7

dev-lang/duktape: Version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-lang/duktape/Manifest             |  1 +
 dev-lang/duktape/duktape-2.1.1.ebuild | 43 +++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-lang/duktape/Manifest b/dev-lang/duktape/Manifest
index 16d0bf0fe30..b0830c98923 100644
--- a/dev-lang/duktape/Manifest
+++ b/dev-lang/duktape/Manifest
@@ -1 +1,2 @@
 DIST duktape-2.1.0.tar.xz 1024608 SHA256 e02364cd72077e34e204b8375c8bd7c461eb13cb623c7dc1a74d253d84b1446b SHA512 9ec399a801a66f55c4c45a6011ea70fa86be302f07739325389a22189dd2026d52dc887a70d110496c9959c8680db8b878ffd2cc3c83e38269444e8726cfce5a WHIRLPOOL e7274339da65f90e952d0becea5c32f5b74a2091831b33ba8ad41745f66d9b6e34708afcde97dcb8483deab8624709149cd61026e1232914a4ef03083a255963
+DIST duktape-2.1.1.tar.xz 1024568 SHA256 6a58e5e8d8c7e3e638cd6e5b91be3bcaa4c89778d3892054a36052ae043dd11e SHA512 51e5146b083b460f005ce93e369aebf9981e33a3e888f3e91fd175b7f018a93981e8f6f9ff9bbd865ad30f1424fcb21c18334450050909cda5f74caf11b25479 WHIRLPOOL 9d15f1b8884d179873e8ea7fb69c93bf71875e3a776b9d83f568fb1418fc46ad44ccea0597f38046c9ce1b4db0a7d60a8a2eefff08f9a25a5827d3de7cf7251a

diff --git a/dev-lang/duktape/duktape-2.1.1.ebuild b/dev-lang/duktape/duktape-2.1.1.ebuild
new file mode 100644
index 00000000000..976fa042698
--- /dev/null
+++ b/dev-lang/duktape/duktape-2.1.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Embeddable Javascript engine"
+HOMEPAGE="http://duktape.org"
+SRC_URI="http://duktape.org/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eapply_user
+
+	# Set install path
+	sed -i "s#INSTALL_PREFIX=/usr/local#INSTALL_PREFIX=${D::-1}/usr#" \
+			Makefile.sharedlibrary || die "failed to set install path"
+
+	# Edit pkgconfig
+	sed "s#VERSION#${PV}#" "${FILESDIR}/${PN}.pc" > "${S}/${PN}.pc" || die
+	sed -i "s#LIBDIR#$(get_libdir)#" "${S}/${PN}.pc" || die
+
+	# Set lib folder
+	sed -i "s#(INSTALL_PREFIX)/lib#(INSTALL_PREFIX)/$(get_libdir)#" \
+		Makefile.sharedlibrary || die
+
+	mv Makefile.sharedlibrary Makefile || die "failed to rename makefile"
+}
+
+src_install() {
+	dodir /usr/$(get_libdir)
+	dodir /usr/include
+	emake install
+
+	insinto /usr/$(get_libdir)/pkgconfig/
+	doins "${S}/${PN}.pc"
+}


             reply	other threads:[~2017-08-30 19:11 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-30 19:11 Ian Whyman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-05 19:23 [gentoo-commits] repo/gentoo:master commit in: dev-lang/duktape/ Ian Whyman
2018-10-25 18:24 Ian Whyman
2019-04-13  8:50 Ian Whyman
2019-10-15 20:29 Ian Whyman
2020-06-27 10:07 Ian Whyman
2020-06-28  8:52 Ian Whyman
2020-09-23 10:20 Agostino Sarubbo
2020-09-23 10:34 Agostino Sarubbo
2020-11-16  6:07 Sam James
2020-11-17 18:49 Agostino Sarubbo
2020-12-29  9:57 Sam James
2021-01-02 22:09 Sam James
2021-01-05 20:51 Sam James
2021-02-14 14:53 Sam James
2021-02-15 10:48 Sam James
2021-04-01 22:32 Sam James
2021-09-07 12:30 Marek Szuba
2022-02-19  2:54 Sam James
2022-02-20  5:51 Sam James
2022-02-20  5:51 Sam James
2022-02-20 20:34 Sam James
2022-03-10 23:43 Sam James
2022-03-10 23:43 Sam James
2022-03-11  8:37 Agostino Sarubbo
2022-03-11  8:37 Agostino Sarubbo
2022-03-12 12:20 Arthur Zamarin
2022-03-12 13:17 Arthur Zamarin
2022-03-13  2:44 Matt Turner
2022-03-15  5:53 Matt Turner
2022-03-15 18:20 Matt Turner
2022-04-25 15:06 Sam James
2022-05-04 13:16 Agostino Sarubbo
2022-09-15 13:09 Sam James
2023-03-19 17:36 Arthur Zamarin
2024-06-16 19:11 Arthur Zamarin

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=1504120266.4fbb46e71f2faec70de36dbdb7ec4f89484b31bb.thev00d00@gentoo \
    --to=thev00d00@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