summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-09-11 12:32:09 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-09-11 12:34:34 +0300
commit085e322e0adf0851fbf7e481e26b2c581693fcc6 (patch)
treefae05e711e2747ba8e3602086712da2d15bd3c74 /app-text
parentdev-python/pypy3: Bump to 7.3.2_rc1 (diff)
downloadgentoo-085e322e0adf0851fbf7e481e26b2c581693fcc6.tar.gz
gentoo-085e322e0adf0851fbf7e481e26b2c581693fcc6.tar.bz2
gentoo-085e322e0adf0851fbf7e481e26b2c581693fcc6.zip
app-text/vlna: remove last-rited pkg
Closes: https://bugs.gentoo.org/699720 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/vlna/Manifest1
-rw-r--r--app-text/vlna/metadata.xml8
-rw-r--r--app-text/vlna/vlna-1.5.ebuild18
3 files changed, 0 insertions, 27 deletions
diff --git a/app-text/vlna/Manifest b/app-text/vlna/Manifest
deleted file mode 100644
index c07390e15e01..000000000000
--- a/app-text/vlna/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vlna-1.5.tar.gz 146670 BLAKE2B a72cae3b276bb0673dca940d15df4ec0af8c292bb08b0a0ed55680d6893a3fbf80de9588bad4698c8c12f056a9a66650a63c100ea3021d7809f57cd2b9b09d19 SHA512 2416fd4183a5be495fa538d05bd8a7514265c4cb68d78aff6f2dfdd4b3c9abc34b6eb829e5adb6fecd20aa5d110ad77d9e0f56f260ac8ced3ea2218cb6cadee2
diff --git a/app-text/vlna/metadata.xml b/app-text/vlna/metadata.xml
deleted file mode 100644
index 13170c3184d8..000000000000
--- a/app-text/vlna/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>tex@gentoo.org</email>
- <name>Gentoo TeX Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/app-text/vlna/vlna-1.5.ebuild b/app-text/vlna/vlna-1.5.ebuild
deleted file mode 100644
index 0a92337cd499..000000000000
--- a/app-text/vlna/vlna-1.5.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Add nonbreakable spaces after some prepositions in Czech texts"
-HOMEPAGE="http://math.feld.cvut.cz/olsak/cstex/"
-SRC_URI="ftp://math.feld.cvut.cz/pub/olsak/vlna/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-src_install() {
- default
- dodoc vlna.txt vlna.dvi
-}