From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libunistring/
Date: Sun, 10 Feb 2019 23:10:25 +0000 (UTC) [thread overview]
Message-ID: <1549840139.502fde6b45d242e048c3c1479206233ffd780176.mattst88@gentoo> (raw)
commit: 502fde6b45d242e048c3c1479206233ffd780176
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 10 23:04:10 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Feb 10 23:08:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502fde6b
dev-libs/libunistring: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/libunistring/Manifest | 3 --
dev-libs/libunistring/libunistring-0.9.7.ebuild | 44 -------------------------
dev-libs/libunistring/libunistring-0.9.8.ebuild | 44 -------------------------
dev-libs/libunistring/libunistring-0.9.9.ebuild | 44 -------------------------
4 files changed, 135 deletions(-)
diff --git a/dev-libs/libunistring/Manifest b/dev-libs/libunistring/Manifest
index 5b8d6ed5abf..4cfebedfef8 100644
--- a/dev-libs/libunistring/Manifest
+++ b/dev-libs/libunistring/Manifest
@@ -1,4 +1 @@
DIST libunistring-0.9.10.tar.gz 3744814 BLAKE2B 3ddc55b8021c0f4822beb83b807bb21dbbf10bbb866747f64e060df3ab822a4143528855e1ce6a13144630bc8daa14f1fa830db77fb605e57cae21d46de804d6 SHA512 690082732fbbd47ab4ffbd6f21d85afece0f8e2ded24982f949f4ae52bf0a981b75ea9bc14ab289e0954cde07f31a7a4c2bb65615a8eb5b2bfa65720310b6fc9
-DIST libunistring-0.9.7.tar.gz 3589989 BLAKE2B 5ba029be96adf3804e9591ee0c271f41111a9c48c773d50adbf2408577e98ddd06d54dc665d3791a835698012021384c9290da0e3ce3d331f20283462c6a3c75 SHA512 43cb60163299a781b57bca326ddeb6333cde0b12d274fcd2b176971c8080ee8868f8c11bf9c524596d3a56dc0213ed1d3246fb805db1de950257c3764eb34ae0
-DIST libunistring-0.9.8.tar.gz 3720294 BLAKE2B 873dbccbe869c9dd6fe72f17759aefadc6495f97ba26e2cc62a1d94c9ca966a5f35d8d40a480077b90018602abf04342de51dfd64a4034db2ef0ff8a0f102c03 SHA512 91c0da429cc13272bf94cc1afa2bcc6cb0afa2af8b9c05fde2c1cd3ed0f54c6571803c303e20579bba51600d0e63fe917b415ccbb3751353cd8310388dddb72f
-DIST libunistring-0.9.9.tar.gz 3736674 BLAKE2B cb328e2378aeabd8f1282ed6f66f556c6301a88bdbb11d1a7ea73569700a8af9bbbfa9336faa7b390e5f5df628001d5e9bf2081f0c36d139296f16d657e70de6 SHA512 dbf067ba5c748e198f8837e603710ff63714d1bb4642a2cd2facb8f1034b617250c8695f4e1caad77c417bdcb0f1e1664eafa5a18eca77126741a4363a1c9cf4
diff --git a/dev-libs/libunistring/libunistring-0.9.7.ebuild b/dev-libs/libunistring/libunistring-0.9.7.ebuild
deleted file mode 100644
index 44f5e846f12..00000000000
--- a/dev-libs/libunistring/libunistring-0.9.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib-minimal libtool
-
-DESCRIPTION="Library for manipulating Unicode and C strings according to Unicode standard"
-HOMEPAGE="https://www.gnu.org/software/libunistring/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0/2"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~amd64-fbsd"
-IUSE="doc static-libs"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-nodocs.patch
-)
-
-src_prepare() {
- default
- elibtoolize # for Solaris shared libraries
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" \
- econf $(use_enable static-libs static)
-}
-
-multilib_src_install() {
- default
-
- prune_libtool_files
-}
-
-multilib_src_install_all() {
- default
-
- if use doc; then
- dohtml doc/*.html
- doinfo doc/*.info
- fi
-}
diff --git a/dev-libs/libunistring/libunistring-0.9.8.ebuild b/dev-libs/libunistring/libunistring-0.9.8.ebuild
deleted file mode 100644
index ba7327e2d79..00000000000
--- a/dev-libs/libunistring/libunistring-0.9.8.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib-minimal libtool
-
-DESCRIPTION="Library for manipulating Unicode and C strings according to Unicode standard"
-HOMEPAGE="https://www.gnu.org/software/libunistring/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc static-libs"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-nodocs.patch
-)
-
-src_prepare() {
- default
- elibtoolize # for Solaris shared libraries
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" \
- econf $(use_enable static-libs static)
-}
-
-multilib_src_install() {
- default
-
- prune_libtool_files
-}
-
-multilib_src_install_all() {
- default
-
- if use doc; then
- dohtml doc/*.html
- doinfo doc/*.info
- fi
-}
diff --git a/dev-libs/libunistring/libunistring-0.9.9.ebuild b/dev-libs/libunistring/libunistring-0.9.9.ebuild
deleted file mode 100644
index ba7327e2d79..00000000000
--- a/dev-libs/libunistring/libunistring-0.9.9.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib-minimal libtool
-
-DESCRIPTION="Library for manipulating Unicode and C strings according to Unicode standard"
-HOMEPAGE="https://www.gnu.org/software/libunistring/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc static-libs"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-nodocs.patch
-)
-
-src_prepare() {
- default
- elibtoolize # for Solaris shared libraries
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" \
- econf $(use_enable static-libs static)
-}
-
-multilib_src_install() {
- default
-
- prune_libtool_files
-}
-
-multilib_src_install_all() {
- default
-
- if use doc; then
- dohtml doc/*.html
- doinfo doc/*.info
- fi
-}
next reply other threads:[~2019-02-10 23:10 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-10 23:10 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-28 1:34 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libunistring/ Sam James
2024-05-20 18:30 Sam James
2024-04-19 11:31 Arthur Zamarin
2024-04-17 23:59 Sam James
2024-04-17 22:11 Sam James
2024-04-17 22:10 Sam James
2024-04-17 22:10 Sam James
2024-04-17 22:10 Sam James
2024-02-24 17:04 Sam James
2024-02-24 17:04 Sam James
2024-01-15 3:32 Ionen Wolkens
2024-01-15 3:32 Ionen Wolkens
2023-12-01 3:30 Sam James
2023-08-02 18:21 Sam James
2023-07-07 22:04 Sam James
2023-07-07 22:04 Sam James
2023-07-07 19:15 Arthur Zamarin
2023-07-07 19:15 Arthur Zamarin
2022-10-20 23:34 Sam James
2022-10-17 16:49 Sam James
2022-10-17 3:47 Sam James
2022-04-12 21:04 Sam James
2022-04-09 2:35 Sam James
2022-02-14 14:38 Maciej Barć
2022-02-14 14:38 Maciej Barć
2021-03-15 19:43 Ulrich Müller
2019-05-04 18:38 Andreas K. Hüttel
2019-02-10 17:46 Mikle Kolyada
2019-02-10 17:46 Mikle Kolyada
2019-02-10 17:46 Mikle Kolyada
2019-01-29 11:56 Mikle Kolyada
2019-01-22 7:16 Matt Turner
2019-01-17 22:41 Sergei Trofimovich
2019-01-17 8:29 Sergei Trofimovich
2019-01-17 8:08 Sergei Trofimovich
2019-01-15 22:44 Mart Raudsepp
2019-01-14 14:38 Mikle Kolyada
2019-01-09 1:36 Thomas Deutschmann
2019-01-06 12:30 Sergei Trofimovich
2019-01-06 8:32 Sergei Trofimovich
2018-05-29 11:47 Jeroen Roovers
2018-05-29 11:47 Jeroen Roovers
2018-03-03 13:42 Jeroen Roovers
2018-01-02 10:07 Jeroen Roovers
2017-12-24 13:21 Patrice Clement
2017-03-20 1:05 Matt Turner
2017-03-17 11:12 Michael Haubenwallner
2017-03-14 2:23 Mike Frysinger
2017-03-13 12:58 Agostino Sarubbo
2017-03-07 16:34 Michael Haubenwallner
2017-01-24 9:57 Fabian Groffen
2016-12-08 11:45 Lars Wendler
2016-12-08 11:45 Lars Wendler
2016-08-10 4:43 Mike Frysinger
2016-08-10 4:43 Mike Frysinger
2015-10-21 9:35 Lars Wendler
2015-10-21 9:35 Lars Wendler
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=1549840139.502fde6b45d242e048c3c1479206233ffd780176.mattst88@gentoo \
--to=mattst88@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