From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gtkdiskfree/
Date: Thu, 26 Nov 2020 20:25:06 +0000 (UTC) [thread overview]
Message-ID: <1606422297.8b61ebf6d5eb8cab16675e9786bc87a83d24c9ee.bman@gentoo> (raw)
commit: 8b61ebf6d5eb8cab16675e9786bc87a83d24c9ee
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 17:39:10 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 20:24:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b61ebf6
app-admin/gtkdiskfree: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-admin/gtkdiskfree/Manifest | 1 -
app-admin/gtkdiskfree/gtkdiskfree-2.0.1-r1.ebuild | 45 -----------------------
2 files changed, 46 deletions(-)
diff --git a/app-admin/gtkdiskfree/Manifest b/app-admin/gtkdiskfree/Manifest
index 5b415276761..634471e9e70 100644
--- a/app-admin/gtkdiskfree/Manifest
+++ b/app-admin/gtkdiskfree/Manifest
@@ -1,3 +1,2 @@
-DIST gtkdiskfree-2.0.1.tar.gz 354661 BLAKE2B 39731b38eedf92554303fa8f6784c1cc9c6f1843f5c62c8b6e269856198440a0818a913a7cefedc8b8667167974e3b2d269dc35a1465213b5d6cb4db62399ce8 SHA512 ec202cc79dc80fb66fdf028b6a89610344bb76d7cbe09563f5f47ae072bed791e395d9d1389954046c25e882587d3685b14db4e871e26244045beabb8b579de8
DIST gtkdiskfree-2.0.3.tar.bz2 216189 BLAKE2B 146dae89b0f66328840f22bd7b9e8ad751759dea3a67c332d71e513388be46122cb761fec6229258b63e85c726ee889e04a56d405437904f1eb8060ea31ee88a SHA512 c6f093ff023cb8c67090b3bd3660a998163e786b08386f346bdc1aa7b29e030a31cfb0ef54c55f109f211bf045f90afd20558b91849a4f82d041c99532f170fe
DIST gtkdiskfree-bdda379b9109a226a37801505a19da91494144a6.tar.gz 318381 BLAKE2B 06fa325714dba0ec8ee319448286af791472d4aebdd7b94923fc102dfa0352f69247b941e91877c906b754a3b15c8c97d3b01281389274bc92ae23d1c4dfe858 SHA512 641aff62adb665ed6faa82925cc8941d894591e8209a46097b04a5feaba50a401144414edaaa1d97dd9c6b01fa6b4a057b3a5d96f9fd20318f85e535550ef2b7
diff --git a/app-admin/gtkdiskfree/gtkdiskfree-2.0.1-r1.ebuild b/app-admin/gtkdiskfree/gtkdiskfree-2.0.1-r1.ebuild
deleted file mode 100644
index d6cdb81631e..00000000000
--- a/app-admin/gtkdiskfree/gtkdiskfree-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit autotools-utils flag-o-matic
-
-DESCRIPTION="Graphical tool to show free disk space"
-HOMEPAGE="https://gitlab.com/mazes_80/gtkdiskfree"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="nls"
-
-RDEPEND="x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-S="${WORKDIR}/${PN}-master"
-
-PATCHES=( "${FILESDIR}/${P}-desktop-file.patch" )
-
-src_prepare() {
- sed -i \
- -e '/^CFLAGS=/s:=" -Wall -O2 :+=" :' \
- configure.in || die "sed on configure.in failed"
-
- # Fix underlinking, bug #463578
- append-libs -lm
-
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- --without-gtk2
- $(use_enable nls)
- )
- autotools-utils_src_configure
-}
next reply other threads:[~2020-11-26 20:25 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-26 20:25 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-01 6:42 [gentoo-commits] repo/gentoo:master commit in: app-admin/gtkdiskfree/ Joonas Niilola
2024-11-01 4:12 Sam James
2024-10-29 18:55 Andreas K. Hüttel
2023-12-16 7:05 Arthur Zamarin
2023-12-16 1:29 Sam James
2023-07-24 6:31 Joonas Niilola
2021-01-06 16:35 Andreas K. Hüttel
2020-10-31 16:27 Thomas Deutschmann
2020-08-15 9:30 Joonas Niilola
2020-03-20 14:30 Joonas Niilola
2019-08-31 6:02 Joonas Niilola
2016-12-07 21:48 Patrice Clement
2016-12-07 21:48 Patrice Clement
2016-06-20 4:58 Göktürk Yüksek
2016-06-20 4:58 Göktürk Yüksek
2016-04-04 9:00 Ian Delaney
2016-03-15 11:36 Michael Weber
2015-10-31 15:33 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1606422297.8b61ebf6d5eb8cab16675e9786bc87a83d24c9ee.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox