mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-17 23:18:49 -04:00
sys-apps/yaourt: upstream unmaintained, treeclean
Signed-off-by: liuyujielol <2073201758GD@gmail.com>
This commit is contained in:
parent
927208aa68
commit
4d68a5af67
@ -1 +0,0 @@
|
||||
DIST yaourt-1.2.2.tar.gz 63467 BLAKE2B 900c56ccbdc835b1b8b8333a489faf002a2c8ddb89b75f8d1c137d05da8b6d8d7e7589cacdaaae9ed8b1a4d449325b728611b9b30dc17246e589c77f83cdc8e4 SHA512 7488d4b070842d9920fa9b4558ab688946d5ed5f7a7ef320921c6620c7143edf933e0d7edb8bc1803262f38b1a604f9c2f77fc70c7988ae71e4d99e1426244d6
|
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit bash-completion-r1
|
||||
|
||||
DESCRIPTION="A pacman wrapper with extended features and AUR support"
|
||||
HOMEPAGE="http://www.archlinux.fr/yaourt-en/"
|
||||
SRC_URI="http://mir.archlinux.fr/~tuxce/releases/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
>=sys-apps/package-query-1.0
|
||||
>=sys-apps/pacman-4.0
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
emake PREFIX=/usr sysconfdir=/etc localstatedir=/var
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake PREFIX=/usr sysconfdir=/etc localstatedir=/var DESTDIR="${D}" install
|
||||
sed -i /_completion_loader/d bashcompletion
|
||||
newbashcomp bashcompletion yaourt
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user