sys-apps/yaourt: upstream unmaintained, treeclean

Signed-off-by: liuyujielol <2073201758GD@gmail.com>
This commit is contained in:
liuyujielol 2023-11-15 21:18:12 +08:00 committed by 梁永祥
parent 927208aa68
commit 4d68a5af67
3 changed files with 0 additions and 37 deletions

View File

@ -1 +0,0 @@
DIST yaourt-1.2.2.tar.gz 63467 BLAKE2B 900c56ccbdc835b1b8b8333a489faf002a2c8ddb89b75f8d1c137d05da8b6d8d7e7589cacdaaae9ed8b1a4d449325b728611b9b30dc17246e589c77f83cdc8e4 SHA512 7488d4b070842d9920fa9b4558ab688946d5ed5f7a7ef320921c6620c7143edf933e0d7edb8bc1803262f38b1a604f9c2f77fc70c7988ae71e4d99e1426244d6

View File

@ -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>

View File

@ -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
}