public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/
Date: Tue, 29 Nov 2016 20:27:18 +0000 (UTC)	[thread overview]
Message-ID: <1480451231.3466d1bb37850fbcef7b8d8570388ea4e61b9c45.dilfridge@gentoo> (raw)

commit:     3466d1bb37850fbcef7b8d8570388ea4e61b9c45
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 20:26:51 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 20:27:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3466d1bb

dev-libs/libixion: Remove old

Package-Manager: portage-2.3.2

 dev-libs/libixion/Manifest                 |  2 -
 dev-libs/libixion/libixion-0.9.0.ebuild    | 48 -----------------------
 dev-libs/libixion/libixion-0.9.1-r1.ebuild | 63 ------------------------------
 3 files changed, 113 deletions(-)

diff --git a/dev-libs/libixion/Manifest b/dev-libs/libixion/Manifest
index d6e85a3..838b1c6 100644
--- a/dev-libs/libixion/Manifest
+++ b/dev-libs/libixion/Manifest
@@ -1,4 +1,2 @@
 DIST libixion-0.11.1.tar.xz 366660 SHA256 c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede SHA512 e205a5cf532e0522291f5f2a52c2e2c0cdf8d2ed094e5553943650744359d67adf629229a6ffff3c8fa90b15dde7765fee14d4f147fe51a6cdf79b2855509858 WHIRLPOOL aff1350bd1e3a5fec3f0a0cd3f51a88c873bd28469884b48d3fc316782819465f7d193e019fc753474663326b27680c1d12ce3050e6a082a75073040147dfbd8
 DIST libixion-0.12.1.tar.xz 406300 SHA256 000820ba51109ec21cbdb7ea83c1fdb0acbcfeb55b4a6a80fe02b71d45c587c2 SHA512 b3ba4c09f3f12df7fe9e6ef19d35e618d0effce2cf0866acdb23c72754ac7168c24cc979d6a49c756cf70b1e4a79e58b33ec6a05b8155b43a1682375eea9d022 WHIRLPOOL 14ae7725312894aca74a8df0a7dcfa6e9800526024d35259cfcf7a6e2cae9aa3564dfe9605ce61ce88972d1436f36e71343c2980c17253c12d603974f26e2249
-DIST libixion-0.9.0.tar.xz 351388 SHA256 2112b4304667c4c2cdb8f3d331cc4ba696ea581db7d228b5b06ea2559e7531a5 SHA512 da6ca9e79841f1f529328e39a2977d95a261ddaaf4a254bfc46de004d52d4b1e8fc0c8c1cbeb3e8ee18e9a5663b046cf1d3f232f31bdd83db75a766be654f49b WHIRLPOOL f35087fce0a0e53650b988b36ecde8378aa75d2a4b769f6046dce544b9fe89a0025c82a6ab2564b5a12c813e0726875c088d5cc37cfcad055d79d2c5563d53af
-DIST libixion-0.9.1.tar.xz 356500 SHA256 77e35c163cd27657b83626a6da26c3b90f37ba9089d00aa25f384a9ac4b4e3a1 SHA512 074318c6db01ec13f6cbdfb8d7d04aede9f20cac4c23476b570a37638b0e68170aabf977520b94dfc2dce079314109c2e70d64376f9f314890d4d60854458c03 WHIRLPOOL ed79f0ed5705f8f8c5a24603fa4386b8822b477a21896d13eaf5fbe52d0f12fbf451f68de49314d8736160f82895047ba4d387431f989683553316d523bb0ce4

diff --git a/dev-libs/libixion/libixion-0.9.0.ebuild b/dev-libs/libixion/libixion-0.9.0.ebuild
deleted file mode 100644
index 59b8842..00000000
--- a/dev-libs/libixion/libixion-0.9.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git"
-
-PYTHON_COMPAT=( python2_7 )
-
-[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"
-inherit eutils python-single-r1 ${GITECLASS}
-unset GITECLASS
-
-DESCRIPTION="General purpose formula parser & interpreter"
-HOMEPAGE="https://gitlab.com/ixion/ixion"
-[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0/0.10"
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="amd64 ~arm ~ppc x86"
-
-IUSE="static-libs"
-
-RDEPEND="${PYTHON_DEPS}
-	dev-libs/boost:=[threads]
-"
-DEPEND="${RDEPEND}
-	>=dev-util/mdds-0.12.0:0=
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_prepare() {
-	[[ ${PV} == 9999 ]] && eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-
-	prune_libtool_files --all
-}

diff --git a/dev-libs/libixion/libixion-0.9.1-r1.ebuild b/dev-libs/libixion/libixion-0.9.1-r1.ebuild
deleted file mode 100644
index e829d56..00000000
--- a/dev-libs/libixion/libixion-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git"
-
-PYTHON_COMPAT=( python2_7 )
-
-[[ ${PV} == 9999 ]] && GITECLASS="git-r3"
-inherit autotools eutils python-single-r1 ${GITECLASS}
-unset GITECLASS
-
-DESCRIPTION="General purpose formula parser & interpreter"
-HOMEPAGE="https://gitlab.com/ixion/ixion"
-[[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/ixion/src/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0/0.10" # based on SONAME of libixion.so
-[[ ${PV} == 9999 ]] || \
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="python static-libs"
-
-RDEPEND="
-	dev-libs/boost:=[threads]
-	python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}
-	>=sys-devel/boost-m4-0.4_p20160328
-	>=dev-util/mdds-0.12.0:0=
-"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-PATCHES=(
-	"${FILESDIR}/${PN}-0.9.1-typo.patch"
-	"${FILESDIR}/${PN}-0.9.1-python-optional.patch"
-)
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-	default
-
-	# fixes bug 576462, which is due to an outdated bundled boost.m4
-	rm m4/boost.m4 || die
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable python) \
-		$(use_enable static-libs static)
-}
-
-src_install() {
-	default
-
-	prune_libtool_files --all
-}


             reply	other threads:[~2016-11-29 20:27 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-29 20:27 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-20  1:46 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/ Sam James
2025-03-20  1:35 Sam James
2025-02-22 22:26 Sam James
2024-09-23  0:16 Eli Schwartz
2024-09-20 21:01 Andreas Sturmlechner
2024-02-20 20:49 Andreas Sturmlechner
2024-02-20  5:56 Sam James
2024-02-17  9:55 Arthur Zamarin
2024-02-12 10:31 Sam James
2024-01-27  0:48 Andreas Sturmlechner
2024-01-27  0:48 Andreas Sturmlechner
2023-05-03 17:38 Andreas Sturmlechner
2023-05-01  1:43 Sam James
2023-04-29 17:16 Arthur Zamarin
2023-04-26 13:34 Arthur Zamarin
2023-03-07  0:18 Yixun Lan
2023-02-25 10:27 Andreas Sturmlechner
2023-02-25 10:27 Andreas Sturmlechner
2022-09-14 18:35 Andreas Sturmlechner
2022-08-12 12:26 WANG Xuerui
2022-08-12 12:26 WANG Xuerui
2022-04-10 10:46 Sam James
2022-02-12  0:41 Andreas K. Hüttel
2021-11-14  5:25 Sam James
2021-11-03  6:53 Arthur Zamarin
2021-06-01 10:48 Sam James
2021-06-01  9:00 Sam James
2021-05-06 20:09 Andreas Sturmlechner
2021-04-01 21:55 Andreas Sturmlechner
2021-03-13 15:51 Andreas Sturmlechner
2020-05-31 21:50 Andreas Sturmlechner
2020-05-31 15:40 Mikle Kolyada
2020-05-20 13:35 Mikle Kolyada
2020-05-19 19:36 Mikle Kolyada
2020-04-10 13:48 Andreas Sturmlechner
2020-03-21 17:44 Andreas Sturmlechner
2020-03-16 21:29 Andreas Sturmlechner
2020-03-16 21:29 Andreas Sturmlechner
2019-12-02 22:28 Andreas Sturmlechner
2019-09-12 20:27 Andreas Sturmlechner
2019-07-31 21:11 Aaron Bauman
2019-06-18 18:24 Thomas Deutschmann
2019-06-09 20:16 Mikle Kolyada
2019-03-12  7:10 Andreas Sturmlechner
2018-09-19 18:35 Matt Turner
2018-09-18 19:53 Andreas Sturmlechner
2018-09-16 22:34 Andreas Sturmlechner
2018-09-12 20:56 Andreas Sturmlechner
2018-09-12 20:56 Andreas Sturmlechner
2018-07-14  8:20 Andreas Sturmlechner
2018-05-29 11:17 Thomas Deutschmann
2018-05-22 16:42 Mikle Kolyada
2018-02-03 19:34 Andreas Sturmlechner
2017-11-19 23:49 Andreas Sturmlechner
2017-11-19  0:38 Andreas Sturmlechner
2017-11-16  1:36 Thomas Deutschmann
2017-11-14 13:28 Agostino Sarubbo
2017-08-27 15:34 Michael Palimaka
2017-05-26 20:30 Andreas Sturmlechner
2017-05-26 19:18 Andreas Hüttel
2017-05-09 21:43 Zac Medico
2017-02-06  2:50 Lars Wendler
2016-11-29 18:41 Agostino Sarubbo
2016-11-29 18:40 Agostino Sarubbo
2016-10-01 22:08 Andreas Hüttel
2016-09-17 21:32 Andreas Hüttel
2016-07-03 20:27 Andreas Hüttel
2016-06-03 12:50 Lars Wendler
2016-06-03 12:50 Lars Wendler
2016-04-03 19:21 David Seifert
2016-02-22 17:07 Andreas Hüttel

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=1480451231.3466d1bb37850fbcef7b8d8570388ea4e61b9c45.dilfridge@gentoo \
    --to=dilfridge@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