public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-zlib/
Date: Tue,  6 Jun 2017 21:24:03 +0000 (UTC)	[thread overview]
Message-ID: <1496784187.ba00f18cd686fee68f16b0d29ead7e1d50b35985.mrueg@gentoo> (raw)

commit:     ba00f18cd686fee68f16b0d29ead7e1d50b35985
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 21:22:27 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 21:23:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba00f18c

dev-lua/lua-zlib: Version bump to 1.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lua/lua-zlib/Manifest            |  1 +
 dev-lua/lua-zlib/lua-zlib-1.1.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-lua/lua-zlib/Manifest b/dev-lua/lua-zlib/Manifest
index 5e0f5ba73ae..9a6ac25b597 100644
--- a/dev-lua/lua-zlib/Manifest
+++ b/dev-lua/lua-zlib/Manifest
@@ -1,3 +1,4 @@
 DIST lua-zlib-0.3.tgz 11220 SHA256 c7d687e9fddc0a094cb47587e50bebf9fd632bf72f74b61b2dcf1a37dd8c4b3a SHA512 99711166637d394c806dd16b86a3588ff84eb9180d2da05725ff6d4e86458d1ded7a5fbb303284fa442fd0925bc94fe34772057e0190c1a3e00cbb853865941d WHIRLPOOL 6735aad7e34ca1b19548e2c130c02807e269329f3296664a5bf18577e678304b5a20040358966eed6b9c3a94756df5e82ffa878df956982effd3d1e447b1b643
 DIST lua-zlib-0.4.tgz 11257 SHA256 dba2590cae117f8ba1bc94319ac159cbeeddb3f9715d1528b982460721097178 SHA512 1c28be12b000cb729a82336a4cfc6d2f7367b2fb9941bd200d2aab561f51715f02b54858d38b3d1a65eced81d31d932dc45d214e3410e7f313238fddf5766a3a WHIRLPOOL 418a5afef4ff5b6ba49a3cb10c79a46f3d1e8aa472fb701d8d5a0e6238b2fddcb350bd25d3dafa9839909596458581f7dd9dcd1e6de852bab44046a563ba3619
 DIST lua-zlib-0.5.tar.gz 11362 SHA256 57b6d406f0785a796d470eb60c6a59e4902f3d5af9e083cee5c85acd7afc54ba SHA512 5397c73cf19a94d2c9cbe9c2ab2504af1b59c38c4ab75fc1c0bb47a584ae2696b31d19c99938c5bbfaa2ac75496f62e9e60cb025070b7462f7dc54ced279c027 WHIRLPOOL a09674d84a70db9a88912e96c9a556e2b7f0831baf9447ee6d748459a06fee71250de28edcbfbf1182476c9a5e7e41833e83998c94d3312955efd7c405aee366
+DIST lua-zlib-1.1.tar.gz 16572 SHA256 9f0820cc14873248a0c5ae22623cb2fc767fb830e47f6b34b01d71a6e1db2356 SHA512 df9768efb96be8175b6afe1fd347b268565ecd93a71dd0f1f7ec1b710fd52bbd7a7c37a89f7c3d939906c7ac1578e9bdb542a0052673b6ac6eec7285d7f75633 WHIRLPOOL b7682bca07b4f05119c322ae7eccac15bf1302202550732cf583bbff93ecaaac777cb34d179b9afb32efb805317da879fef9f863a1e1f99a2dcc6a86dfd1e8c1

diff --git a/dev-lua/lua-zlib/lua-zlib-1.1.ebuild b/dev-lua/lua-zlib/lua-zlib-1.1.ebuild
new file mode 100644
index 00000000000..d03859fc8b4
--- /dev/null
+++ b/dev-lua/lua-zlib/lua-zlib-1.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Lua bindings to zlib"
+HOMEPAGE="https://github.com/brimworks/lua-zlib"
+SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/lua:0
+	sys-libs/zlib"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_configure() {
+	local mycmakeargs=(-DINSTALL_CMOD="$(pkg-config --variable INSTALL_CMOD lua)")
+	cmake-utils_src_configure
+}


             reply	other threads:[~2017-06-06 21:24 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-06 21:24 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-02  2:33 [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-zlib/ Conrad Kostecki
2021-04-21 20:29 Conrad Kostecki
2021-04-20 21:20 Sergei Trofimovich
2021-04-19 18:32 Sergei Trofimovich
2021-04-18 19:41 Sergei Trofimovich
2021-02-21 21:22 Conrad Kostecki
2021-01-27 19:48 Conrad Kostecki
2021-01-23 22:51 Sam James
2020-11-13 23:39 Conrad Kostecki
2020-10-17 23:49 Sam James
2020-10-14 21:24 Conrad Kostecki
2020-10-12 10:21 Agostino Sarubbo
2020-10-12  7:02 Agostino Sarubbo
2020-10-12  6:57 Agostino Sarubbo
2020-10-11 23:54 Conrad Kostecki
2020-10-11 23:27 Conrad Kostecki
2020-09-01 16:01 Marek Szuba
2019-02-05  0:30 Andreas Sturmlechner
2019-02-04 20:16 Markus Meier
2017-07-23 12:17 Michael Palimaka
2017-07-23 12:12 Manuel Rüger
2017-06-28 13:19 Agostino Sarubbo
2017-06-06 21:24 Manuel Rüger
2016-10-10 22:54 Manuel Rüger
2016-10-10 22:54 Manuel Rüger
2015-10-29 23:06 Manuel Rüger

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=1496784187.ba00f18cd686fee68f16b0d29ead7e1d50b35985.mrueg@gentoo \
    --to=mrueg@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