From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mxml/
Date: Tue, 30 Jul 2019 16:38:21 +0000 (UTC) [thread overview]
Message-ID: <1564504684.bc96157e28e86b0a4d38a586a81c1be0986a2b4f.juippis@gentoo> (raw)
commit: bc96157e28e86b0a4d38a586a81c1be0986a2b4f
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Mon Jul 29 15:03:29 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 16:38:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc96157e
dev-libs/mxml: drop old version
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12571
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-libs/mxml/Manifest | 1 -
dev-libs/mxml/mxml-2.12.ebuild | 60 ------------------------------------------
2 files changed, 61 deletions(-)
diff --git a/dev-libs/mxml/Manifest b/dev-libs/mxml/Manifest
index 9874fdfd13f..d8a015f7970 100644
--- a/dev-libs/mxml/Manifest
+++ b/dev-libs/mxml/Manifest
@@ -1,2 +1 @@
-DIST mxml-2.12.tar.gz 9112072 BLAKE2B 29e63abdd567c76209ca41adf608bd752863cdb2911d5bda482a2c6ac50ccdae2179941a3899d7e58480bab8903fee8a6c431619072d2861acd01f18d0eeb9e5 SHA512 49233a0087f3ef73a01ef71bb79511af36bb72027e3d9f6df919385e9ff0b03a489a3ccc590941bc4af1f558f82b2ed9bf8ff641863300a7791ce6dddfd56e77
DIST mxml-3.0.tar.gz 9266886 BLAKE2B d5d3481cfd1d015c620ef897bfc21e839ad2a70f5ffd58973f8435e0e6a66abd477f8fcaacfab05ce608314fed27241702becb60b49b8492560bcc9418b317f5 SHA512 3c540348022226b122ce014f183368cda6631600a11d8f4d43c99c62fba2f3ca4b23dff4122082f63915b59a46a5475d1d12d0081f9315c65f5c044ac3c751d6
diff --git a/dev-libs/mxml/mxml-2.12.ebuild b/dev-libs/mxml/mxml-2.12.ebuild
deleted file mode 100644
index 1944085d252..00000000000
--- a/dev-libs/mxml/mxml-2.12.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools
-
-DESCRIPTION="A small XML parsing library that you can use to read XML data files or strings"
-HOMEPAGE="https://github.com/michaelrsweet/mxml
- https://www.msweet.org/mxml/"
-SRC_URI="https://github.com/michaelrsweet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
-LICENSE="Mini-XML"
-SLOT="0"
-IUSE="static-libs threads"
-
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
-
- # Respect users CFLAGS
- sed -e 's/-Os -g//' -i configure.ac || die
-
- # Don't run always tests
- # Enable verbose compiling
- sed -e '/ALLTARGETS/s/testmxml//g' -e '/.SILENT:/d' -i Makefile.in || die
-
- # Build only static-libs, when requested by user, also build docs without static-libs in that case
- if ! use static-libs; then
- local mysedopts=(
- -e '/^install:/s/install-libmxml.a//g'
- -e '/^mxml.xml:/s/-static//g'
- -e '/^mxml.epub:/s/-static//g'
- -e '/^valgrind/s/-static//g'
- -e 's/.\/mxmldoc-static/LD_LIBRARY_PATH="." .\/mxmldoc/g'
- )
- sed "${mysedopts[@]}" -i Makefile.in || die
- fi
-
- eautoconf
-}
-
-src_configure() {
- local myeconfopts=(
- $(use_enable threads)
- --with-docdir=/usr/share/doc/${PF}
- )
-
- econf "${myeconfopts[@]}"
-}
-
-src_test() {
- emake testmxml
-}
-
-src_install() {
- emake DSTROOT="${ED}" install
-}
next reply other threads:[~2019-07-30 16:38 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-30 16:38 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-25 5:05 [gentoo-commits] repo/gentoo:master commit in: dev-libs/mxml/ Arthur Zamarin
2024-05-25 2:03 Sam James
2024-05-25 0:49 Sam James
2024-05-25 0:49 Sam James
2023-04-22 23:53 Conrad Kostecki
2022-11-02 20:29 Conrad Kostecki
2022-07-26 4:15 Sam James
2022-07-26 2:05 Sam James
2022-07-25 18:23 Conrad Kostecki
2022-07-25 18:23 Conrad Kostecki
2022-07-25 14:07 Conrad Kostecki
2021-12-08 6:47 Yixun Lan
2021-12-08 6:17 Sam James
2021-12-07 23:50 Sam James
2021-12-07 18:37 Sam James
2021-12-07 18:37 Sam James
2021-11-07 12:37 Conrad Kostecki
2020-11-14 23:39 Conrad Kostecki
2020-11-14 20:32 Sam James
2020-11-12 7:41 Sergei Trofimovich
2020-11-12 0:35 Thomas Deutschmann
2020-11-09 21:48 Sam James
2020-10-11 20:17 Conrad Kostecki
2020-10-10 16:16 Conrad Kostecki
2019-12-25 13:57 Conrad Kostecki
2019-12-24 19:48 Mikle Kolyada
2019-12-16 7:52 Agostino Sarubbo
2019-12-15 18:03 Agostino Sarubbo
2019-12-15 13:43 Agostino Sarubbo
2019-09-25 5:10 Joonas Niilola
2019-07-29 14:56 Mikle Kolyada
2019-07-24 21:51 Sergei Trofimovich
2019-07-24 8:19 Agostino Sarubbo
2019-07-23 8:23 Agostino Sarubbo
2019-03-13 14:40 Patrice Clement
2019-03-10 22:38 Patrice Clement
2019-02-22 11:27 Mikle Kolyada
2019-02-20 12:58 Mikle Kolyada
2019-02-15 15:46 Thomas Deutschmann
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=1564504684.bc96157e28e86b0a4d38a586a81c1be0986a2b4f.juippis@gentoo \
--to=juippis@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