From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pacman/
Date: Fri, 27 Oct 2017 15:57:52 +0000 (UTC) [thread overview]
Message-ID: <1509119860.effecc045f78dabf595f56e9d289d4aa082757ca.whissi@gentoo> (raw)
commit: effecc045f78dabf595f56e9d289d4aa082757ca
Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Fri Oct 27 15:57:13 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 15:57:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=effecc04
sys-apps/pacman: Security cleanup (bug #585940)
Closes: https://github.com/gentoo/gentoo/pull/6046
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
sys-apps/pacman/pacman-5.0.2.ebuild | 86 -------------------------------------
1 file changed, 86 deletions(-)
diff --git a/sys-apps/pacman/pacman-5.0.2.ebuild b/sys-apps/pacman/pacman-5.0.2.ebuild
deleted file mode 100644
index 2cea26f9fc5..00000000000
--- a/sys-apps/pacman/pacman-5.0.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 )
-
-DESCRIPTION="Archlinux's binary package manager"
-HOMEPAGE="https://archlinux.org/pacman/"
-
-if [[ ${PV} == "9999" ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.archlinux.org/pacman.git"
-else
- SRC_URI="https://sources.archlinux.org/other/pacman/${P}.tar.gz"
- # Do *not* re-add ~x86!
- # https://www.archlinux.org/news/phasing-out-i686-support/
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="curl debug doc +gpg"
-COMMON_DEPEND="app-arch/libarchive:=[lzma]
- gpg? ( >=app-crypt/gpgme-1.4.0:= )
- dev-libs/openssl:0=
- curl? ( net-misc/curl )
- virtual/libiconv
- virtual/libintl"
-RDEPEND="${COMMON_DEPEND}"
-# create manpages *everytime*
-DEPEND="${COMMON_DEPEND}
- app-text/asciidoc
- doc? ( app-doc/doxygen )"
-
-src_prepare() {
- # Remove a line that adds -Werror in ./configure when --enable-debug
- # is passed:
- sed -i -e '/-Werror/d' configure.ac || die
-
- default
-}
-
-src_configure() {
- local myeconfargs=(
- --localstatedir=/var
- --disable-git-version
- --with-openssl
- # Help protect user from shooting his/her Gentoo installation
- # in its foot.
- --with-root-dir="${EPREFIX}/var/chroot/archlinux"
- $(use_enable debug)
- # build always manpages
- --with-doc
- # full doc with doxygen
- $(use_enable doc doxygen)
- $(use_with curl libcurl)
- $(use_with gpg gpgme)
- )
- econf "${myeconfargs[@]}"
-}
-src_install() {
- dodir /etc/pacman.d/
- default
-}
-
-pkg_postinst() {
- einfo ""
- einfo "The default root dir was set to ${EPREFIX}/var/chroot/archlinux"
- einfo "to avoid breaking Gentoo systems due to oscitancy."
- einfo "You need to create this path by yourself (or choose another via"
- einfo "pacman’s parameter -r|--root)."
- einfo ""
- einfo ""
- einfo "You will need to setup at least one mirror in /etc/pacman.d/mirrorlist."
- einfo "Please generate it manually according to the Archlinux documentation:"
- einfo "https://wiki.archlinux.org/index.php/Mirror"
- einfo ""
- einfo ""
- einfo "Archlinux is dropping support for x86 (i686 called there) entirely"
- einfo "in Nov 2017. Keep this in mind when setting up new systems."
- einfo "For more details see"
- einfo "https://www.archlinux.org/news/phasing-out-i686-support"
- einfo ""
-}
next reply other threads:[~2017-10-27 15:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-27 15:57 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-08 17:51 [gentoo-commits] repo/gentoo:master commit in: sys-apps/pacman/ Ulrich Müller
2018-10-21 11:07 Mikle Kolyada
2018-10-20 18:52 Pacho Ramos
2018-10-20 18:52 Pacho Ramos
2018-07-04 8:11 Amy Liffey
2017-08-07 17:04 Amy Liffey
2017-08-07 17:04 Amy Liffey
2016-08-07 7:25 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1509119860.effecc045f78dabf595f56e9d289d4aa082757ca.whissi@gentoo \
--to=whissi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox