diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-01-21 22:26:55 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-01-21 23:12:54 +0200 |
commit | 8028154a53b70ca57b0f051712d1e6ceb64d3a9a (patch) | |
tree | 6bfc8a9fc4f6a9945f6bc13ceee9d8db4ae82738 /media-fonts/cantarell | |
parent | dev-python/pkgconfig: Version bump to 1.4.0 (diff) | |
download | gentoo-8028154a53b70ca57b0f051712d1e6ceb64d3a9a.tar.gz gentoo-8028154a53b70ca57b0f051712d1e6ceb64d3a9a.tar.bz2 gentoo-8028154a53b70ca57b0f051712d1e6ceb64d3a9a.zip |
media-fonts/cantarell: remove old
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-fonts/cantarell')
-rw-r--r-- | media-fonts/cantarell/Manifest | 1 | ||||
-rw-r--r-- | media-fonts/cantarell/cantarell-0.0.25.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/media-fonts/cantarell/Manifest b/media-fonts/cantarell/Manifest index 7720fc73e0d8..461ebaaad05d 100644 --- a/media-fonts/cantarell/Manifest +++ b/media-fonts/cantarell/Manifest @@ -1,2 +1 @@ -DIST cantarell-fonts-0.0.25.tar.xz 351768 BLAKE2B cfdd7570c99db9e75658369df9eb243ddb6290dfe8017bcff12edf876134ba185083e70676369962a2a9f35365e92268625b47da286aca640927fb7a47073295 SHA512 c09c3ecb3d4c50f613234398fabd327ca92b8abbc27082e8e98f2944f3dd9f0c2ff4c022ff5e5503a86e724bb8e2fbf6cd081f8a29e91b4209f5bf0e32168c3e DIST cantarell-fonts-0.101.tar.xz 263480 BLAKE2B 79652cf87088a8fe505895cad1f2474e0cb52e4be8a977ae06442a0e8ca6ba6a7f93c811b14e56fd5e61a17c97175b2374d180e435cbac00af8c10b272461802 SHA512 52dbd8358de7e20146e627ab0b1298efb97ee335e45d8e63bab7c3a7d05314d0bb94ac448e34af4c6f7212623185a9e03a30eb24acee4915142e40af0086bbfb diff --git a/media-fonts/cantarell/cantarell-0.0.25.ebuild b/media-fonts/cantarell/cantarell-0.0.25.ebuild deleted file mode 100644 index 01b0262950d2..000000000000 --- a/media-fonts/cantarell/cantarell-0.0.25.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GNOME_ORG_MODULE="${PN}-fonts" - -inherit font gnome.org - -DESCRIPTION="Default fontset for GNOME Shell" -HOMEPAGE="https://wiki.gnome.org/Projects/CantarellFonts" - -LICENSE="OFL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="media-libs/fontconfig" -DEPEND="virtual/pkgconfig" - -# This ebuild does not install any binaries -RESTRICT="binchecks strip" - -# Font eclass settings -FONT_CONF=("${S}/fontconfig/31-cantarell.conf") -FONT_S="${S}/otf" -FONT_SUFFIX="otf" |