public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lutok/
Date: Thu, 25 Mar 2021 23:31:15 +0000 (UTC)	[thread overview]
Message-ID: <1616715064.eda6780ab36a1d366de2fe5c7e1a75d124f2a61e.conikost@gentoo> (raw)

commit:     eda6780ab36a1d366de2fe5c7e1a75d124f2a61e
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 23:20:20 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 23:31:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda6780a

dev-lua/lutok: drop old version

Dropping all old versions, which do not support slotted lua. Current
stable does.

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-lua/lutok/lutok-0.4-r1.ebuild | 36 ------------------------------------
 dev-lua/lutok/lutok-0.4-r2.ebuild | 35 -----------------------------------
 2 files changed, 71 deletions(-)

diff --git a/dev-lua/lutok/lutok-0.4-r1.ebuild b/dev-lua/lutok/lutok-0.4-r1.ebuild
deleted file mode 100644
index fc940eb573a..00000000000
--- a/dev-lua/lutok/lutok-0.4-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2017-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit ltprune
-
-DESCRIPTION="Lightweight C++ API library for Lua"
-HOMEPAGE="https://github.com/jmmv/lutok"
-SRC_URI="https://github.com/jmmv/lutok/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-lang/lua:0
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	test? (
-		dev-libs/atf
-		dev-util/kyua
-	)
-"
-
-src_configure() {
-	econf --disable-shared --enable-static
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}

diff --git a/dev-lua/lutok/lutok-0.4-r2.ebuild b/dev-lua/lutok/lutok-0.4-r2.ebuild
deleted file mode 100644
index 1060307ceb2..00000000000
--- a/dev-lua/lutok/lutok-0.4-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2017-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Lightweight C++ API library for Lua"
-HOMEPAGE="https://github.com/jmmv/lutok"
-SRC_URI="https://github.com/jmmv/lutok/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-lang/lua:0[static-libs(+)?]
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	test? (
-		dev-libs/atf
-		dev-util/kyua
-	)
-"
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	rm -rf "${ED}"/usr/tests || die
-	find "${ED}" -name '*.la' -type f -delete || die
-}


             reply	other threads:[~2021-03-25 23:31 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-25 23:31 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-24  4:45 [gentoo-commits] repo/gentoo:master commit in: dev-lua/lutok/ Sam James
2025-03-08 16:42 Arthur Zamarin
2025-03-08 15:03 Arthur Zamarin
2025-03-08 13:25 Arthur Zamarin
2025-03-08 13:25 Arthur Zamarin
2025-03-08 13:15 Arthur Zamarin
2025-03-08 12:10 Sam James
2025-03-08 11:57 Arthur Zamarin
2025-01-12  5:14 Mike Gilbert
2024-05-25 17:04 Mike Gilbert
2024-05-25 17:04 Mike Gilbert
2024-05-24  2:46 Ionen Wolkens
2024-04-24 18:20 Arthur Zamarin
2024-04-24 17:43 Arthur Zamarin
2024-04-24 17:33 Arthur Zamarin
2024-04-24 17:26 Arthur Zamarin
2024-04-24 17:16 Sam James
2024-04-24 17:14 Arthur Zamarin
2024-04-24 17:14 Arthur Zamarin
2023-07-26  3:13 Sam James
2023-07-26  3:13 Sam James
2021-07-28 11:28 Marek Szuba
2021-02-09 13:47 Marek Szuba
2021-02-08 15:08 Sergei Trofimovich
2021-01-24  3:52 Sam James
2021-01-23 22:51 Sam James
2021-01-23 22:51 Sam James
2021-01-23 22:42 Sam James
2021-01-06 19:34 Fabian Groffen
2020-11-04 17:01 Mike Gilbert
2020-11-03 18:38 Mike Gilbert
2020-11-03 17:55 Mike Gilbert
2020-05-20 15:44 Mike Gilbert
2020-01-26 18:18 Mike Gilbert
2020-01-26 18:18 Mike Gilbert
2019-02-16 13:37 Mikle Kolyada
2019-02-16 13:37 Mikle Kolyada
2019-01-17 13:13 Mart Raudsepp
2018-10-17 16:48 Mikle Kolyada
2017-12-10 10:58 Fabian Groffen
2017-12-05  6:47 Matt Turner
2017-11-06 11:46 Manuel Rüger
2017-11-02 14:33 Tobias Klausmann
2017-09-30 17:14 Matt Turner
2017-09-30 17:14 Matt Turner
2017-09-12  8:00 Sergei Trofimovich
2017-09-11 16:56 Mike Gilbert
2017-09-11  8:10 Sergei Trofimovich
2017-08-10  4:41 Markus Meier
2017-08-09 21:05 Sergei Trofimovich
2017-08-05 14:25 Sergei Trofimovich
2017-07-04 18:28 Mike Gilbert
2017-06-18 20:56 Sergei Trofimovich
2017-05-14 10:55 Markus Meier
2017-05-13  6:26 Markus Meier
2017-05-09 12:40 Jeroen Roovers
2017-05-09  7:49 Tobias Klausmann
2017-05-07 18:39 Mike Gilbert
2017-05-07 18:39 Mike Gilbert

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=1616715064.eda6780ab36a1d366de2fe5c7e1a75d124f2a61e.conikost@gentoo \
    --to=conikost@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