diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-02-02 15:21:53 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-02-02 15:21:57 +0100 |
commit | c8c05dcab35b6a05df33dc23f55d530dd4643b15 (patch) | |
tree | 9aa3482f391f7276e75529dc3215d3e5fd280fbb /sys-fs | |
parent | net-misc/youtube-dl: Old (diff) | |
download | gentoo-c8c05dcab35b6a05df33dc23f55d530dd4643b15.tar.gz gentoo-c8c05dcab35b6a05df33dc23f55d530dd4643b15.tar.bz2 gentoo-c8c05dcab35b6a05df33dc23f55d530dd4643b15.zip |
sys-fs/squashfs-tools: Update DESCRIPTION/EAPI
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-9999.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild index 117cc4a8978d..8565685e580a 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-4.3_p7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit flag-o-matic toolchain-funcs -DESCRIPTION="Tool for creating compressed filesystem type squashfs" +DESCRIPTION="tools to create and extract Squashfs filesystems" HOMEPAGE="http://squashfs.sourceforge.net" SRC_URI=" mirror://sourceforge/squashfs/squashfs${PV/_p*}.tar.gz diff --git a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild index 5668f68d5054..4a4833de6e17 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flag-o-matic git-r3 toolchain-funcs -DESCRIPTION="Tool for creating compressed filesystem type squashfs" +DESCRIPTION="tools to create and extract Squashfs filesystems" HOMEPAGE=" http://squashfs.sourceforge.net https://github.com/plougher/squashfs-tools |