sys-fs/fatresize: drop 1.0.4

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-03-16 19:41:00 +00:00
parent 26ddf7c9b1
commit 0cf0473a0c
3 changed files with 0 additions and 38 deletions

View File

@@ -1,2 +1 @@
DIST fatresize-1.0.4.tar.gz 115159 BLAKE2B 16bdfc28bb58f9694adccc7d04dc7c26dc72ce0e859787f66c2aa9c560ce987f20374e9f5166b79ac9501878e06f072c9102ce2f4e3bc2afa694e2a13ecb8e07 SHA512 36b67f7d5e4ccb03b98fb8a788c40f430464a40765a9092deab3292ff736fcb07288c4b5b30143a18125f4b3de1225ce32b5643b344ec207ca332a87981fe18f
DIST fatresize-1.1.0.tar.gz 137090 BLAKE2B bdfd8e257fa0b40a1bf8dad4c6b8c91958d605a3c25596153808bf14e1e1b703c1fc7c458ddd444cdd15795c7721496d1e649d9ebc16d4693ad420285511784c SHA512 e4de417fffcceab071571c878f93bb68c7a7fa4f3ab89e272f533940669ffeaa0cb36967dc8fd7cdeda935ef352bce735dd4dac579a2291d9c01447648e8d40f

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools
DESCRIPTION="Resize FAT partitions using libparted"
HOMEPAGE="https://github.com/ya-mouse/fatresize"
SRC_URI="https://github.com/ya-mouse/fatresize/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
sys-block/parted
"
RDEPEND="
${DEPEND}
"
PATCHES=(
"${FILESDIR}"/${P}-version.patch
)
src_prepare() {
default
eautoreconf
}

View File

@@ -1,9 +0,0 @@
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
-AC_INIT(fatresize, 1.0.3, [mouse@ya.ru])
+AC_INIT(fatresize, 1.0.4, [mouse@ya.ru])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)