mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 12:02:57 +01:00
linux-live: mask broken ebuild
This commit is contained in:
parent
74c5eb15c1
commit
a76542e7e3
3 changed files with 23 additions and 22 deletions
|
|
@ -1 +1 @@
|
|||
DIST linux-live-1.0.tar.bz2 5223 SHA256 6edaec7ce956836f07902985fbd663345e5009ee6f7e7f9bf1ff819b78fe3b94
|
||||
DIST linux-live-2.1.tar.gz 3116872 BLAKE2B b6c7028ca334c4ff8d3425b2985e7cd7fedb3fb408d008ad846c9903e1c1bea79bbef8440ad92f067bc2f7392847e2653e01895f5909cf18410aefc5ede1d7de SHA512 494944796e62ec6c6a21e15d0180eaa3a0f5eb41e5402396de9104e14151bec1cab5fe9ff11dee5c5d16638054d9c0d1675471ea5379eef29e6cca64f3ebcbd9
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
}
|
||||
22
sys-fs/linux-live/linux-live-2.1.ebuild
Normal file
22
sys-fs/linux-live/linux-live-2.1.ebuild
Normal file
|
|
@ -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/*
|
||||
#}
|
||||
Loading…
Reference in a new issue