From: "Hanno Boeck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/courier-unicode/
Date: Tue, 18 Dec 2018 09:27:50 +0000 (UTC) [thread overview]
Message-ID: <1545125261.ff49784c2a07682ff4407051b027b84a26d1c5a4.hanno@gentoo> (raw)
commit: ff49784c2a07682ff4407051b027b84a26d1c5a4
Author: Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 18 09:27:41 2018 +0000
Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Tue Dec 18 09:27:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff49784c
net-libs/courier-unicode: Remove old
Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.12
net-libs/courier-unicode/Manifest | 3 ---
net-libs/courier-unicode/courier-unicode-1.1.ebuild | 19 -------------------
net-libs/courier-unicode/courier-unicode-1.4.ebuild | 19 -------------------
net-libs/courier-unicode/courier-unicode-2.0.ebuild | 18 ------------------
4 files changed, 59 deletions(-)
diff --git a/net-libs/courier-unicode/Manifest b/net-libs/courier-unicode/Manifest
index 5c8dcd2ae0f..38a1974b760 100644
--- a/net-libs/courier-unicode/Manifest
+++ b/net-libs/courier-unicode/Manifest
@@ -1,5 +1,2 @@
-DIST courier-unicode-1.1.tar.bz2 372684 BLAKE2B 2df6941cc41aba3f67b06ab52f90327bb83a78c47955763af45307f74958a0c561c5b353b5aeff425fa008d78f437b89e6dec42a766601eae1ca7893d89f1e93 SHA512 df373663ad0fbeafbd89b7265a9623ff74926a396689e5309c3fbea327686e802659a87a8b308c3d0d9c1819c7299834c80694b2230dfe901d555d3febfa2d8b
DIST courier-unicode-1.3.tar.bz2 394011 BLAKE2B 5d5c2a9cf04976819f2bf1d01c9193fd5ef441461cebeaec4b53d9a9402fb97b605d6ac08d4e7339f56d39d4bdd85693990eefd90c4b5a20788d8b5fd9413156 SHA512 4384874f0f2298ff5034d7541ffd3155a3aa6a6b2d73fb108b5072a0dd0bb8236389b83161625bed7f923f724fa11bbed42af28234d5c6e5b6d370c407e8f677
-DIST courier-unicode-1.4.tar.bz2 434338 BLAKE2B 6274fe8a73b19e9e3694219aadb192f73d101cd3966d67b1c0e28c0271001a5b263a43385b73a473b6a263bb6ab7ef94faa453fa9a7f0c15bba4691b6ab421f5 SHA512 1d9cc3efbbafa88631e37de0647d2e873a8264a02a0ce588687b90e15dedb60c23058312abbc771ed1ddf824ba7c81b16adebfe9db69da953b9856eb66d31264
-DIST courier-unicode-2.0.tar.bz2 446215 BLAKE2B b5e24f47f1714b71aa2fe176b4517eb49a04780a62f025c5a6546353a03defeedef5cd19f69a35a2646edbf88b4774abcf30c718fa4aee8f17feed6d3f947172 SHA512 32fe0aae62d7f7f7ac6832b28515b83642753c6bd881e95494254b7055686dc38d85488aa26a99d82a5b42aa5cce308bccc2b471580603f690ed6e405cc91e8a
DIST courier-unicode-2.1.tar.bz2 447917 BLAKE2B 0d225849322ccaacea9eef49225952ac5219ab2967f30ca1c0412b73790b77682a077c2c08cff7b606cc1fdc6542db7e0895afdf7ba34f73e2a71aba5311df99 SHA512 1ee0bb3a548bfae4ebdc92ff8eeff5d22705c0df55e37e98880a12f1bfb186034e0c1ea2e1f03073b40e1d11147828304be93467d5d51e394fe39fd57bbbb46e
diff --git a/net-libs/courier-unicode/courier-unicode-1.1.ebuild b/net-libs/courier-unicode/courier-unicode-1.1.ebuild
deleted file mode 100644
index 746220b9488..00000000000
--- a/net-libs/courier-unicode/courier-unicode-1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="Unicode library used by the courier mail server"
-HOMEPAGE="http://www.courier-mta.org/"
-SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 ~x86"
-IUSE=""
-
-src_install() {
- default
- prune_libtool_files
- dodoc AUTHORS ChangeLog README
-}
diff --git a/net-libs/courier-unicode/courier-unicode-1.4.ebuild b/net-libs/courier-unicode/courier-unicode-1.4.ebuild
deleted file mode 100644
index bb7c46bbdfd..00000000000
--- a/net-libs/courier-unicode/courier-unicode-1.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="Unicode library used by the courier mail server"
-HOMEPAGE="http://www.courier-mta.org/"
-SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-src_install() {
- default
- prune_libtool_files
- dodoc AUTHORS ChangeLog README
-}
diff --git a/net-libs/courier-unicode/courier-unicode-2.0.ebuild b/net-libs/courier-unicode/courier-unicode-2.0.ebuild
deleted file mode 100644
index 98cdf2d64ab..00000000000
--- a/net-libs/courier-unicode/courier-unicode-2.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Unicode library used by the courier mail server"
-HOMEPAGE="http://www.courier-mta.org/"
-SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
- dodoc AUTHORS ChangeLog README
-}
next reply other threads:[~2018-12-18 9:27 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-18 9:27 Hanno Boeck [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-07 14:45 [gentoo-commits] repo/gentoo:master commit in: net-libs/courier-unicode/ Hanno Böck
2025-03-26 12:39 Sam James
2025-03-20 4:13 Sam James
2025-03-20 4:13 Sam James
2024-11-13 12:42 Sam James
2024-11-11 8:08 Arthur Zamarin
2024-11-11 0:07 Sam James
2024-11-10 20:01 Sam James
2024-11-10 9:58 Sam James
2024-09-05 9:47 Hanno Böck
2024-07-21 14:59 Hanno Böck
2024-05-24 2:46 Ionen Wolkens
2024-05-24 2:46 Ionen Wolkens
2024-04-28 19:11 Ionen Wolkens
2024-03-22 18:25 Sam James
2024-03-22 7:12 Sam James
2024-02-18 18:37 Hanno Böck
2024-02-18 16:04 Hanno Böck
2024-01-15 3:32 Ionen Wolkens
2023-12-14 4:15 Sam James
2023-09-21 20:11 Sam James
2023-07-19 9:33 Sam James
2023-07-18 19:24 Sam James
2023-02-21 14:10 Hanno Böck
2022-03-03 21:22 David Seifert
2021-08-16 2:24 Sam James
2021-08-07 23:41 Sam James
2021-08-06 20:44 Sam James
2021-08-06 20:44 Sam James
2021-08-06 20:44 Sam James
2021-08-06 13:35 Sam James
2021-08-06 13:35 Sam James
2021-07-05 13:25 Marek Szuba
2021-05-16 12:45 Sam James
2021-03-31 13:03 Hanno Böck
2021-03-06 9:55 Hanno Böck
2020-11-23 16:39 Sergei Trofimovich
2020-11-18 6:55 Agostino Sarubbo
2020-11-17 19:05 Agostino Sarubbo
2020-11-08 13:09 Sam James
2020-11-06 20:10 Sam James
2020-10-24 17:53 Sergei Trofimovich
2020-10-22 12:10 Sam James
2020-09-10 16:17 Hanno Böck
2020-09-10 16:15 Hanno Böck
2019-07-22 16:49 Aaron Bauman
2019-05-06 15:25 Tobias Klausmann
2019-03-17 10:29 Sergei Trofimovich
2019-03-13 22:36 Sergei Trofimovich
2019-03-10 14:41 Mikle Kolyada
2019-03-10 14:41 Mikle Kolyada
2019-03-02 20:02 Sergei Trofimovich
2019-03-02 16:23 Mikle Kolyada
2019-03-01 1:14 Thomas Deutschmann
2019-02-28 21:25 Sergei Trofimovich
2019-02-28 15:08 Mikle Kolyada
2019-02-23 11:49 Sergei Trofimovich
2018-12-19 11:27 Hanno Boeck
2018-12-18 9:15 Hanno Boeck
2018-08-18 5:11 Mikle Kolyada
2018-07-15 13:20 Mart Raudsepp
2018-06-09 19:57 Mikle Kolyada
2017-07-03 14:10 Eray Aslan
2017-02-24 23:14 Michael Weber
2015-11-19 11:52 Eray Aslan
2015-11-18 6:51 Eray Aslan
2015-11-18 6:51 Eray Aslan
2015-09-08 10:04 Joshua Kinard
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=1545125261.ff49784c2a07682ff4407051b027b84a26d1c5a4.hanno@gentoo \
--to=hanno@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