diff --git a/sys-fs/linux-live/Manifest b/sys-fs/linux-live/Manifest index 4467a1cd2..95fbd264e 100644 --- a/sys-fs/linux-live/Manifest +++ b/sys-fs/linux-live/Manifest @@ -1 +1 @@ -DIST linux-live-1.0.tar.bz2 5223 SHA256 6edaec7ce956836f07902985fbd663345e5009ee6f7e7f9bf1ff819b78fe3b94 +DIST linux-live-2.1.tar.gz 3116872 BLAKE2B b6c7028ca334c4ff8d3425b2985e7cd7fedb3fb408d008ad846c9903e1c1bea79bbef8440ad92f067bc2f7392847e2653e01895f5909cf18410aefc5ede1d7de SHA512 494944796e62ec6c6a21e15d0180eaa3a0f5eb41e5402396de9104e14151bec1cab5fe9ff11dee5c5d16638054d9c0d1675471ea5379eef29e6cca64f3ebcbd9 diff --git a/sys-fs/linux-live/linux-live-1.0.ebuild b/sys-fs/linux-live/linux-live-1.0.ebuild deleted file mode 100644 index bccc2f6ca..000000000 --- a/sys-fs/linux-live/linux-live-1.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/unionfs-1.3.ebuild,v 1.3 2006/10/22 18:05:00 swegener Exp $ - -DESCRIPTION="Some functions like tgz2mo, mo2dir, dir2mo, etc." -HOMEPAGE="http://www.linux-live.org" -SRC_URI="http://www.pentoo.ch/distfiles/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -src_compile() { - einfo "Nothing to compile" -} - -src_install() { - dolib lib/* - dosbin sbin/* -} diff --git a/sys-fs/linux-live/linux-live-2.1.ebuild b/sys-fs/linux-live/linux-live-2.1.ebuild new file mode 100644 index 000000000..018d99782 --- /dev/null +++ b/sys-fs/linux-live/linux-live-2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Some functions like tgz2mo, mo2dir, dir2mo, etc." +HOMEPAGE="http://www.linux-live.org" +SRC_URI="https://github.com/Tomas-M/linux-live/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +#KEYWORDS="x86" +IUSE="" + +#src_compile() { +# einfo "Nothing to compile" +#} + +#src_install() { +# dolib lib/* +# dosbin sbin/* +#}