From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56359138334 for ; Sat, 28 Sep 2019 06:46:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF766E08E8; Sat, 28 Sep 2019 06:46:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A209BE08E8 for ; Sat, 28 Sep 2019 06:46:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67ED734B68F for ; Sat, 28 Sep 2019 06:46:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2AAF803 for ; Sat, 28 Sep 2019 06:46:29 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1569653175.f78f27d77dee16bd72df0c03b3a2904ea6180bff.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/ufed/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/ufed/Manifest app-portage/ufed/ufed-0.95.ebuild X-VCS-Directories: app-portage/ufed/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f78f27d77dee16bd72df0c03b3a2904ea6180bff X-VCS-Branch: master Date: Sat, 28 Sep 2019 06:46:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ecfd4eb9-aa41-4330-8b5e-d2aa2e9f887b X-Archives-Hash: 7277fdc5e6641d2e7504ab27b4cc578d commit: f78f27d77dee16bd72df0c03b3a2904ea6180bff Author: Sven Eden gmx net> AuthorDate: Fri Sep 27 07:16:27 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Sep 28 06:46:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78f27d7 app-portage/ufed: Bump to 0.95 to fix #695262 ufed-curses-checklist.c:ufed_getline() is limited to LINE_MAX, which is 2048 bytes. Unfortunately local USE flags can blast this limit, as ufed.pl also transmit an alternative description with stripped keywords. This release lets ufed.pl calculate whether a description has to be shorted, and does so if needed. Closes: https://bugs.gentoo.org/695262 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sven Eden gmx.net> Closes: https://github.com/gentoo/gentoo/pull/13053 Signed-off-by: Joonas Niilola gentoo.org> app-portage/ufed/Manifest | 1 + app-portage/ufed/ufed-0.95.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/app-portage/ufed/Manifest b/app-portage/ufed/Manifest index 216111f0504..22b2c6eeea6 100644 --- a/app-portage/ufed/Manifest +++ b/app-portage/ufed/Manifest @@ -1 +1,2 @@ DIST ufed-0.94.tar.bz2 48566 BLAKE2B db58624005c637c7133a298c17b60cae3cf54c1b1d2ba3337693e1f6c330a5305986e92b6c1b25a5ebc94b1f8934cb5a35db94eccb596f2eb15619dfb2ce4977 SHA512 a40e55db8afc99b5e16b080d93867ef8c832a7318af7a50edb582bfea99bcc6a467b4bf12b75a9d3943e8a008a0222ed73daa52a8e7dae57d73bece4ac084d24 +DIST ufed-0.95.tar.bz2 48956 BLAKE2B b2bd9210b314814fe9bd1e84ea4ce9de8f3285e5133c989d72284f775c1ed246b0fb641952d4babdf9252cd4b8689afab6b4023099f6c81c81358ab2cbbd9d28 SHA512 010273fc4ff13822ba42f6497a8865c0d29c1d0118b62fd7e2bab66390818fcfb09390fbac671ef612d8e71609fc920b951a11dd42ac79e846d9469a374d2629 diff --git a/app-portage/ufed/ufed-0.95.ebuild b/app-portage/ufed/ufed-0.95.ebuild new file mode 100644 index 00000000000..6d31fae26b7 --- /dev/null +++ b/app-portage/ufed/ufed-0.95.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ufed.git" +else + SRC_URI="https://gitweb.gentoo.org/proj/ufed.git/snapshot/${P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +fi + +inherit autotools out-of-source + +DESCRIPTION="Gentoo Linux USE flags editor" +HOMEPAGE="https://wiki.gentoo.org/wiki/Ufed" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-lang/perl + sys-libs/ncurses:0=" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + default + # Change the version number to reflect the ebuild version + local REPLACEMENT_VERSION_STR="${PVR}" + [[ ${PV} == *9999 ]] && REPLACEMENT_VERSION_STR+="-${EGIT_VERSION}" + sed -i "s:,\[git\],:,\[${REPLACEMENT_VERSION_STR}\],:" configure.ac || die + + eautoreconf +}