* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libtifiles2/
@ 2017-01-15 10:13 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-01-15 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 994c7e0098ceb821f472d4d84c9b4d61918697af
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Fri Jan 13 18:46:05 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:11:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994c7e00
sci-libs/libtifiles2: Version bump to 1.1.7, EAPI bump 5 -> 6
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3455
sci-libs/libtifiles2/Manifest | 1 +
sci-libs/libtifiles2/libtifiles2-1.1.7.ebuild | 46 +++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/sci-libs/libtifiles2/Manifest b/sci-libs/libtifiles2/Manifest
index 313d684..55ef3d4 100644
--- a/sci-libs/libtifiles2/Manifest
+++ b/sci-libs/libtifiles2/Manifest
@@ -1,2 +1,3 @@
DIST libtifiles2-1.1.5.tar.bz2 460500 SHA256 4e701c98863c778c3f6fa465e426af23df88c9feee6fc9a9ca224a629a91e274 SHA512 77bae380dafc9c127f032ff6d09674a13d3327f992564a25ce2172d0897dc51ee1b7adf2e2d7ae170dd482add3f71d793bb9857e1b6f3a6e5ddc54a18c5680e3 WHIRLPOOL 14f0a9edb4f81a9fb0e820c1af192a47a98abcdf1e644c510e1955477f1b786cd9db96e08813124e2f2b634dc28f9fe6246367184221e94634eb4a1d690e17da
DIST libtifiles2-1.1.6.tar.bz2 390447 SHA256 ec4d6acd1d135ee04256d04a5e1512c1ccaf82ad01e48f5e24d5c4da31ce898f SHA512 abc40275e7af921a67b658c6b6aa8ec511e965a3e9e00fcdc676c2b85e1d95dbae0f118e127e0806950d26afde9949251e47eb85af04d8f8ecca777dc3afcd23 WHIRLPOOL 40b6973ccdf141f4079790a40731997bd93518284007d16c2fca5e4d54ffab900f72394111471b4174f37fcddefbcff9bde7e0709e19f88c86b9cd8fd5664554
+DIST libtifiles2-1.1.7.tar.bz2 122454 SHA256 9ac63b49e97b09b30b37bbc84aeb15fa7967bceb944e56141c5cd5a528acc982 SHA512 e2ef4de0ce8c78f0da4098ec618a7194f9b94a028f9cb54a0ea1c29c00028d7cf144a067d8aaf8010ad094378b6426d05621d530cfbfa05f793f6c1ed41fcaef WHIRLPOOL ddc3269e7cf9bc1eb45b55f182b94d2c4ea20666455d5280b71b0e4d0f6244c857896234685700228d8c2465ac09074e672e67f102339e4bbda9ceb5893dc14c
diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.7.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.7.ebuild
new file mode 100644
index 00000000..93059a3
--- /dev/null
+++ b/sci-libs/libtifiles2/libtifiles2-1.1.7.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Library for TI calculator files"
+HOMEPAGE="http://lpg.ticalc.org/prj_tilp/"
+SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc nls static-libs"
+
+RDEPEND="
+ app-arch/libarchive
+ dev-libs/glib:2
+ >=sci-libs/libticables2-1.3.3
+ >=sci-libs/libticonv-1.1.3
+ nls? ( virtual/libintl )"
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )"
+
+DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf --disable-rpath \
+ $(use_enable static-libs static) \
+ $(use_enable nls)
+}
+
+src_install() {
+ use doc && HTML_DOCS=( docs/html/. )
+ default
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libtifiles2/
@ 2017-01-15 10:13 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-01-15 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 5cd931fea9f69ad1dd6ca5875c482286a08940fd
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Fri Jan 13 18:48:03 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:12:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd931fe
sci-libs/libtifiles2: Removing EAPI 4 file 1.1.5
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3455
sci-libs/libtifiles2/Manifest | 1 -
sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild | 45 ---------------------------
2 files changed, 46 deletions(-)
diff --git a/sci-libs/libtifiles2/Manifest b/sci-libs/libtifiles2/Manifest
index 55ef3d4..006519e 100644
--- a/sci-libs/libtifiles2/Manifest
+++ b/sci-libs/libtifiles2/Manifest
@@ -1,3 +1,2 @@
-DIST libtifiles2-1.1.5.tar.bz2 460500 SHA256 4e701c98863c778c3f6fa465e426af23df88c9feee6fc9a9ca224a629a91e274 SHA512 77bae380dafc9c127f032ff6d09674a13d3327f992564a25ce2172d0897dc51ee1b7adf2e2d7ae170dd482add3f71d793bb9857e1b6f3a6e5ddc54a18c5680e3 WHIRLPOOL 14f0a9edb4f81a9fb0e820c1af192a47a98abcdf1e644c510e1955477f1b786cd9db96e08813124e2f2b634dc28f9fe6246367184221e94634eb4a1d690e17da
DIST libtifiles2-1.1.6.tar.bz2 390447 SHA256 ec4d6acd1d135ee04256d04a5e1512c1ccaf82ad01e48f5e24d5c4da31ce898f SHA512 abc40275e7af921a67b658c6b6aa8ec511e965a3e9e00fcdc676c2b85e1d95dbae0f118e127e0806950d26afde9949251e47eb85af04d8f8ecca777dc3afcd23 WHIRLPOOL 40b6973ccdf141f4079790a40731997bd93518284007d16c2fca5e4d54ffab900f72394111471b4174f37fcddefbcff9bde7e0709e19f88c86b9cd8fd5664554
DIST libtifiles2-1.1.7.tar.bz2 122454 SHA256 9ac63b49e97b09b30b37bbc84aeb15fa7967bceb944e56141c5cd5a528acc982 SHA512 e2ef4de0ce8c78f0da4098ec618a7194f9b94a028f9cb54a0ea1c29c00028d7cf144a067d8aaf8010ad094378b6426d05621d530cfbfa05f793f6c1ed41fcaef WHIRLPOOL ddc3269e7cf9bc1eb45b55f182b94d2c4ea20666455d5280b71b0e4d0f6244c857896234685700228d8c2465ac09074e672e67f102339e4bbda9ceb5893dc14c
diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild
deleted file mode 100644
index 3f09fda..00000000
--- a/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit multilib
-
-DESCRIPTION="Library for TI calculator files"
-HOMEPAGE="http://lpg.ticalc.org/prj_tilp/"
-SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc nls static-libs"
-
-RDEPEND="dev-libs/glib:2
- >=sci-libs/libticables2-1.3.3
- >=sci-libs/libticonv-1.1.3
- nls? ( virtual/libintl )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt )
-
-src_prepare() {
- sed -e '/define _ZLIBIOAPI_H/ a#define OF(x) x' \
- -i src/minizip/ioapi.h || die #403387
-}
-
-src_configure() {
- econf \
- --disable-rpath \
- $(use_enable nls) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- use doc && dohtml docs/html/*
- use static-libs || rm -f "${D}"/usr/$(get_libdir)/${PN}.la
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libtifiles2/
@ 2021-01-24 2:23 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2021-01-24 2:23 UTC (permalink / raw
To: gentoo-commits
commit: df34f425e5a83878afc9cdae88eeea6190983427
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 02:13:06 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 02:13:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df34f425
sci-libs/libtifiles2: Drop 1.1.6-r1, EAPI-5--
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-libs/libtifiles2/Manifest | 1 -
sci-libs/libtifiles2/libtifiles2-1.1.6-r1.ebuild | 47 ------------------------
2 files changed, 48 deletions(-)
diff --git a/sci-libs/libtifiles2/Manifest b/sci-libs/libtifiles2/Manifest
index e6d3eb8c3ac..87c03e56995 100644
--- a/sci-libs/libtifiles2/Manifest
+++ b/sci-libs/libtifiles2/Manifest
@@ -1,2 +1 @@
-DIST libtifiles2-1.1.6.tar.bz2 390447 BLAKE2B 182bd59aa5b45d2f86c64fb17b9ae9de6246cd6ffcd719069d7b94e67a5b5a2d674cbe0824f68a6492aa9844941bb74a59c2f81bea85a460f0463b962e81eb73 SHA512 abc40275e7af921a67b658c6b6aa8ec511e965a3e9e00fcdc676c2b85e1d95dbae0f118e127e0806950d26afde9949251e47eb85af04d8f8ecca777dc3afcd23
DIST libtifiles2-1.1.7.tar.bz2 122454 BLAKE2B 1ae51ccde4a5a9127b015b6fa5ad4d446e56b473330a3d220c6a6b7cb333161e9e9d80cae7ac8985beb0e844ce21ffdc4713847d69986b6d7f5506a5a6b1545f SHA512 e2ef4de0ce8c78f0da4098ec618a7194f9b94a028f9cb54a0ea1c29c00028d7cf144a067d8aaf8010ad094378b6426d05621d530cfbfa05f793f6c1ed41fcaef
diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.6-r1.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.6-r1.ebuild
deleted file mode 100644
index 6ccf9e28bc6..00000000000
--- a/sci-libs/libtifiles2/libtifiles2-1.1.6-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Library for TI calculator files"
-HOMEPAGE="http://lpg.ticalc.org/prj_tilp/"
-SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc nls static-libs"
-
-RDEPEND="
- app-arch/libarchive
- dev-libs/glib:2
- >=sci-libs/libticables2-1.3.3
- >=sci-libs/libticonv-1.1.3
- nls? ( virtual/libintl )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt )
-
-src_prepare() {
- cd src
- sed -i -e "s|types\*.h|$(echo types*.h)|" Makefile.in || die
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --disable-rpath
- $(use_enable nls)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- use doc && dohtml docs/html/*
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libtifiles2/
@ 2024-04-25 20:05 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-04-25 20:05 UTC (permalink / raw
To: gentoo-commits
commit: a65094f94199eaba21480880eef72451396cd328
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 20:04:59 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 20:04:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65094f9
sci-libs/libtifiles2: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
...files2-1.1.7.ebuild => libtifiles2-1.1.7-r1.ebuild} | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.7.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild
similarity index 78%
rename from sci-libs/libtifiles2/libtifiles2-1.1.7.ebuild
rename to sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild
index 158a6d79c8b8..546127055cd2 100644
--- a/sci-libs/libtifiles2/libtifiles2-1.1.7.ebuild
+++ b/sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
@@ -15,15 +15,17 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc nls static-libs"
RDEPEND="
- app-arch/libarchive
+ app-arch/libarchive:=
dev-libs/glib:2
>=sci-libs/libticables2-1.3.3
>=sci-libs/libticonv-1.1.3
- nls? ( virtual/libintl )"
-
-DEPEND="${RDEPEND}
+ nls? ( virtual/libintl )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
virtual/pkgconfig
- nls? ( sys-devel/gettext )"
+ nls? ( sys-devel/gettext )
+"
DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt )
@@ -39,7 +41,7 @@ src_configure() {
}
src_install() {
- use doc && HTML_DOCS=( docs/html/. )
+ use doc && local HTML_DOCS=( docs/html/. )
default
find "${D}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libtifiles2/
@ 2024-04-28 7:47 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-04-28 7:47 UTC (permalink / raw
To: gentoo-commits
commit: 20524e9491a6643805beadf6cd2482bd1ac2fdd6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 07:46:37 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 07:46:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20524e94
sci-libs/libtifiles2: unkeyword 1.1.7-r1 for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild b/sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild
index 546127055cd2..d188c25f6c2d 100644
--- a/sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild
+++ b/sci-libs/libtifiles2/libtifiles2-1.1.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc nls static-libs"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-28 7:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-28 7:47 [gentoo-commits] repo/gentoo:master commit in: sci-libs/libtifiles2/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-04-25 20:05 Arthur Zamarin
2021-01-24 2:23 Andreas Sturmlechner
2017-01-15 10:13 David Seifert
2017-01-15 10:13 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox