diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-06-24 13:02:48 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-06-24 13:12:56 -0700 |
commit | 3e677388739ec53df33764ed099a6e937edc381c (patch) | |
tree | 6564d1799c333894ada36ea9d7aa82d2e130b911 /x11-apps | |
parent | x11-apps/showfont: Drop old versions (diff) | |
download | gentoo-3e677388739ec53df33764ed099a6e937edc381c.tar.gz gentoo-3e677388739ec53df33764ed099a6e937edc381c.tar.bz2 gentoo-3e677388739ec53df33764ed099a6e937edc381c.zip |
x11-apps/transset: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/transset/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/transset/transset-1.0.1.ebuild | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest index 99a53ad3d6b8..a92be8f53f3f 100644 --- a/x11-apps/transset/Manifest +++ b/x11-apps/transset/Manifest @@ -1,2 +1 @@ -DIST transset-1.0.1.tar.bz2 121199 BLAKE2B 1ef56061150993bf870075c5dadf0589dc795750ce9b898a5a39a062fd14693003a4b0ab258140e87a208fb1f560742dc6217bfebaeffce98cc73d677fe015e9 SHA512 709a693cedc877f981179376105ac071ea5cf553c4388ecc7b974547050104fbc2cc64292f86f047b70acf7d85e7dca1ed7cd004b73652f4854275c8a514fd1d DIST transset-1.0.2.tar.bz2 127774 BLAKE2B fba4e8dc6eb3b3ea1285af9fccacc2d46cddbf17a086084c3db395bb5d78e6f13a348e2733c8b42efd2993dc053c01a4e6761c479506ba5d84a8715a956303c0 SHA512 f7a658cae70e211a0455420efbfacee0f3032821d94e7a80ec6db32ced716c1ce013f38713915505998071c312cedd1bad08575dbadfbbeb94361b048623f874 diff --git a/x11-apps/transset/transset-1.0.1.ebuild b/x11-apps/transset/transset-1.0.1.ebuild deleted file mode 100644 index e94154a3ff15..000000000000 --- a/x11-apps/transset/transset-1.0.1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="An utility for setting opacity property" - -LICENSE="SGI-B-2.0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |