diff options
author | Hanno Böck <hanno@gentoo.org> | 2020-09-10 18:15:51 +0200 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2020-09-10 18:15:51 +0200 |
commit | f5a743034da949c7245826dec35a3ceffd186935 (patch) | |
tree | fb29b9d83242c456deb9ca01757f0b313747ae11 /net-libs | |
parent | www-plugins/chrome-binary-plugins: automated update (86.0.4240.30) (diff) | |
download | gentoo-f5a743034da949c7245826dec35a3ceffd186935.tar.gz gentoo-f5a743034da949c7245826dec35a3ceffd186935.tar.bz2 gentoo-f5a743034da949c7245826dec35a3ceffd186935.zip |
net-libs/courier-unicode: Remove old
Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/courier-unicode/Manifest | 2 | ||||
-rw-r--r-- | net-libs/courier-unicode/courier-unicode-1.3.ebuild | 21 | ||||
-rw-r--r-- | net-libs/courier-unicode/courier-unicode-1.4.ebuild | 21 |
3 files changed, 0 insertions, 44 deletions
diff --git a/net-libs/courier-unicode/Manifest b/net-libs/courier-unicode/Manifest index 4b8d1646c486..ac9ea4ec33d9 100644 --- a/net-libs/courier-unicode/Manifest +++ b/net-libs/courier-unicode/Manifest @@ -1,3 +1 @@ -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.1.tar.bz2 447917 BLAKE2B 0d225849322ccaacea9eef49225952ac5219ab2967f30ca1c0412b73790b77682a077c2c08cff7b606cc1fdc6542db7e0895afdf7ba34f73e2a71aba5311df99 SHA512 1ee0bb3a548bfae4ebdc92ff8eeff5d22705c0df55e37e98880a12f1bfb186034e0c1ea2e1f03073b40e1d11147828304be93467d5d51e394fe39fd57bbbb46e diff --git a/net-libs/courier-unicode/courier-unicode-1.3.ebuild b/net-libs/courier-unicode/courier-unicode-1.3.ebuild deleted file mode 100644 index 56ea09b29057..000000000000 --- a/net-libs/courier-unicode/courier-unicode-1.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils ltprune - -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 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-1.4.ebuild b/net-libs/courier-unicode/courier-unicode-1.4.ebuild deleted file mode 100644 index dc8ad633e81f..000000000000 --- a/net-libs/courier-unicode/courier-unicode-1.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils ltprune - -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 -} |