summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <Matt.Jolly@footclan.ninja>2022-04-19 21:22:03 +1000
committerJoonas Niilola <juippis@gentoo.org>2022-04-24 11:59:45 +0300
commit081219090b11d02a84c18a755b5ac49b6a8660bf (patch)
treef65d1402ccf3bfdbcfeebfbf8503b256507084b6 /x11-misc/quitcount
parentx11-misc/quitcount: add 3.1.4 (diff)
downloadgentoo-081219090b11d02a84c18a755b5ac49b6a8660bf.tar.gz
gentoo-081219090b11d02a84c18a755b5ac49b6a8660bf.tar.bz2
gentoo-081219090b11d02a84c18a755b5ac49b6a8660bf.zip
x11-misc/quitcount: drop 3.1.3-r1
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/25060 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc/quitcount')
-rw-r--r--x11-misc/quitcount/Manifest1
-rw-r--r--x11-misc/quitcount/quitcount-3.1.3-r1.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-misc/quitcount/Manifest b/x11-misc/quitcount/Manifest
index 54f462563bd8..b61fb9ec946a 100644
--- a/x11-misc/quitcount/Manifest
+++ b/x11-misc/quitcount/Manifest
@@ -1,2 +1 @@
-DIST quitcount-3.1.3.tar.gz 403607 BLAKE2B 90f02961afa25f3df6ee81174828ed7a0e61403d91c048cf9d092f0a7c68f6530acd38ff1410d24a93046618773444adb4e3a903f1ac6400956973191ead6d2b SHA512 92e088b8272657f14e60d91589963cfcefe84ead9f4d90aa3a77ac9612fe216f558e0378788edde7680a3dba131021bf72129fbc1291eca83cd232490f486f9f
DIST quitcount-3.1.4.tar.gz 438256 BLAKE2B 65ba36ace7dfa4f9e494c4d0ffd0bc9cba0ed22a22d82767913aafdf6d4724ee7fca7e8dd0f6a94b45082fb3f15bd81d5dafb35021c1283c69e1555efe1d9ac6 SHA512 c4b0d3d35141f63b3c60ddc49b9c717f79dbbfb63690ae2ae4f7a014b24182df04006b7dd0cce5918006dc53c8fbe1dde4005ad49f4f8974f1c262e8f02e7ec3
diff --git a/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild b/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
deleted file mode 100644
index f56ec1bf8160..000000000000
--- a/x11-misc/quitcount/quitcount-3.1.3-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg
-
-# The string in SRC_URI doesn't follow standard naming convention
-MV="3.1"
-DESCRIPTION="A simple applet that shows what you saved since you quit smoking"
-HOMEPAGE="http://quitcount.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- x11-libs/gtk+:3
- >=dev-libs/glib-2.6:2
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- sed -i '/appdata$/s/appdata$/metainfo/' Makefile.in || die
-}