summaryrefslogtreecommitdiff
path: root/media-fonts/dzongkha-fonts/dzongkha-fonts-2009.09-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-fonts/dzongkha-fonts/dzongkha-fonts-2009.09-r1.ebuild')
-rw-r--r--media-fonts/dzongkha-fonts/dzongkha-fonts-2009.09-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-fonts/dzongkha-fonts/dzongkha-fonts-2009.09-r1.ebuild b/media-fonts/dzongkha-fonts/dzongkha-fonts-2009.09-r1.ebuild
deleted file mode 100644
index 55a5a95e3ea3..000000000000
--- a/media-fonts/dzongkha-fonts/dzongkha-fonts-2009.09-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-DESCRIPTION="Bhutanese/Tibetan fonts for dzongkha script provided by the Bhutanese government"
-HOMEPAGE="https://www.dit.gov.bt/downloads"
-SRC_URI="https://www.dit.gov.bt/sites/default/files/dzongkhafonts.zip -> ${P}.zip"
-S="${WORKDIR}"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~loong ~riscv x86"
-
-RESTRICT="mirror bindist"
-
-BDEPEND="app-arch/unzip"
-
-FONT_SUFFIX="ttf"
-
-src_unpack() {
- default
- unpack ./*.zip
-}