From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/toluapp/
Date: Mon, 22 Jul 2019 13:09:08 +0000 (UTC) [thread overview]
Message-ID: <1563800946.d3b88f3e74a326ee77ba14effdbcd9f46ef96fbe.zlogene@gentoo> (raw)
commit: d3b88f3e74a326ee77ba14effdbcd9f46ef96fbe
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 13:08:35 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 13:09:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b88f3e
dev-lua/toluapp: Drop old (EAPI=2)
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
dev-lua/toluapp/Manifest | 1 -
dev-lua/toluapp/toluapp-1.0.93.ebuild | 50 -----------------------------------
2 files changed, 51 deletions(-)
diff --git a/dev-lua/toluapp/Manifest b/dev-lua/toluapp/Manifest
index e76de25ee33..cba0b0ff55d 100644
--- a/dev-lua/toluapp/Manifest
+++ b/dev-lua/toluapp/Manifest
@@ -1,2 +1 @@
-DIST tolua++-1.0.93.tar.bz2 163956 BLAKE2B e4ff54ec130036654446a6e1f5d487d40af9ebbf2fdb3a8ae055fd20768fad6434fdfd4f359369dbc3669565f54dad3d6957da06c6e029e6abe6a529861ff96e SHA512 d1ae56b2dd38437e0aef81d5230d1a954b8f914133cfa199a18193d05ecfd188ec2bbeec76e63846ef673dc89c12e47bfd9727c227b71833d622cc441c071013
DIST toluapp-1.0.93_p20190513.tar.gz 248043 BLAKE2B 08db9f86f224c95532ede354d93317680beeacb7ab8c0e41ddd8ed785a682ab4a3664265d10fae7d36fab33864442fcb403985176a9c01797e29c72708500968 SHA512 5750f9d4bbb39832650ac6874c2933f4ed3ff5f6a40a2345ab795f6fea841ccdbc93cd1fee53ffc93db3cee43bfdb367fa1ec19cf0cd1f75edf6bdb8ee269442
diff --git a/dev-lua/toluapp/toluapp-1.0.93.ebuild b/dev-lua/toluapp/toluapp-1.0.93.ebuild
deleted file mode 100644
index 408e6ace008..00000000000
--- a/dev-lua/toluapp/toluapp-1.0.93.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit toolchain-funcs
-
-MY_P=${P/pp/++}
-
-DESCRIPTION="A tool to integrate C/C++ code with Lua"
-HOMEPAGE="http://www.codenix.com/~tolua/"
-SRC_URI="http://www.codenix.com/~tolua/${MY_P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/lua-5.1.1[deprecated]"
-DEPEND="${RDEPEND}
- dev-util/scons"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- echo "## BEGIN gentoo.py
-
-LIBS = ['lua', 'dl', 'm']
-
-## END gentoo.py" > ${S}/custom.py
-
- scons \
- CC="$(tc-getCC)" \
- CCFLAGS="${CFLAGS} -ansi -Wall" \
- CXX="$(tc-getCXX)" \
- LINK="$(tc-getCC)" \
- LINKFLAGS="${LDFLAGS}" \
- shared=1 || die "scons failed"
-}
-
-src_install() {
- dobin bin/tolua++ || die "dobin failed"
-# dobin bin/tolua++_bootstrap || die "dobin failed"
-# dolib.a lib/libtolua++_static.a || die "dolib.a failed"
- dolib.so lib/libtolua++.so || die "dolib.so failed"
- insinto /usr/include
- doins include/tolua++.h || die "doins failed"
- dodoc README
- dohtml doc/*
-}
next reply other threads:[~2019-07-22 13:09 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-22 13:09 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-18 14:46 [gentoo-commits] repo/gentoo:master commit in: dev-lua/toluapp/ Petr Vaněk
2025-07-12 10:09 Arthur Zamarin
2025-07-05 17:29 Arthur Zamarin
2025-07-04 20:13 Arthur Zamarin
2025-07-03 2:06 Sam James
2021-09-28 12:52 Matthias Schwarzott
2021-01-25 17:38 Marek Szuba
2021-01-24 3:52 Sam James
2021-01-23 22:42 Sam James
2020-12-04 14:51 Conrad Kostecki
2020-12-03 12:54 Marek Szuba
2020-11-30 22:50 Marek Szuba
2020-01-09 18:41 Rafael Martins
2019-07-18 10:45 Agostino Sarubbo
2019-07-18 10:01 Agostino Sarubbo
2019-07-18 9:57 Agostino Sarubbo
2019-07-17 15:24 Agostino Sarubbo
2019-07-15 19:10 Sergei Trofimovich
2019-07-15 13:14 Agostino Sarubbo
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=1563800946.d3b88f3e74a326ee77ba14effdbcd9f46ef96fbe.zlogene@gentoo \
--to=zlogene@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