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 86FB1138334 for ; Sat, 16 Feb 2019 09:45:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB70CE0856; Sat, 16 Feb 2019 09:45:57 +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 7DB21E0856 for ; Sat, 16 Feb 2019 09:45:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2FDBB335CEE for ; Sat, 16 Feb 2019 09:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 883CD545 for ; Sat, 16 Feb 2019 09:45:53 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1550310342.7863c8435e86a676f9d1707e457cb6f2257684a1.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdw/, app-cdr/cdw/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/cdw/Manifest app-cdr/cdw/cdw-0.8.0.ebuild app-cdr/cdw/files/cdw-0.8.0-uclibc.patch X-VCS-Directories: app-cdr/cdw/files/ app-cdr/cdw/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7863c8435e86a676f9d1707e457cb6f2257684a1 X-VCS-Branch: master Date: Sat, 16 Feb 2019 09:45:53 +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: a522c51d-f59a-4925-a68b-9bf8770a8a70 X-Archives-Hash: 9b31e66723135733db20f191ff767491 commit: 7863c8435e86a676f9d1707e457cb6f2257684a1 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 16 09:40:22 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 16 09:45:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7863c843 app-cdr/cdw: Drop old Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> app-cdr/cdw/Manifest | 1 - app-cdr/cdw/cdw-0.8.0.ebuild | 37 -------------------------------- app-cdr/cdw/files/cdw-0.8.0-uclibc.patch | 32 --------------------------- 3 files changed, 70 deletions(-) diff --git a/app-cdr/cdw/Manifest b/app-cdr/cdw/Manifest index 71e6298b0ac..36883d5ef74 100644 --- a/app-cdr/cdw/Manifest +++ b/app-cdr/cdw/Manifest @@ -1,2 +1 @@ -DIST cdw-0.8.0.tar.gz 849851 BLAKE2B 395a8cf527c676da6056dd5b887625c2d6a7ac214651351e6412e846cb435c179785c406a9e4306a72c9a7982eb8e1a0600719ca481307a8efdee5da6e626089 SHA512 67fd9e397800187baafff425fd77ae9ba679a7b396736004f305accea3c3c9ca215d70dac0410fd8ef9ed016f7ce11c3859c84bfa04e3234cee84201605175d0 DIST cdw-0.8.1.tar.gz 858791 BLAKE2B 971a5c69ef1452bb4fd02e74bb2a81492de5dc16c024d185c43bb19aa0e293b727e74f72ce73ef3aebcdb941500f95433dc6243f1171f68943b2dbe7bdc176f7 SHA512 08f6bac823f534987835f434190601d0a72df2246ff78bfe1af98fd30dda25edb8cf2e09161b3a0bc55e9efefbc453b409cc95fd3c117d447f07e49f79072e33 diff --git a/app-cdr/cdw/cdw-0.8.0.ebuild b/app-cdr/cdw/cdw-0.8.0.ebuild deleted file mode 100644 index e716ed75db5..00000000000 --- a/app-cdr/cdw/cdw-0.8.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools" -HOMEPAGE="http://cdw.sourceforge.net" -SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -RDEPEND=" - virtual/cdrtools - app-cdr/dvd+rw-tools - dev-libs/libburn - dev-libs/libcdio[-minimal] - sys-libs/ncurses:*[unicode] -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" -PATCHES=( - "${FILESDIR}"/${P}-uclibc.patch -) - -src_configure() { - econf LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )" -} - -src_install() { - DOCS="AUTHORS ChangeLog NEWS README THANKS cdw.conf" \ - default -} diff --git a/app-cdr/cdw/files/cdw-0.8.0-uclibc.patch b/app-cdr/cdw/files/cdw-0.8.0-uclibc.patch deleted file mode 100644 index a639e21713d..00000000000 --- a/app-cdr/cdw/files/cdw-0.8.0-uclibc.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- a/src/main.c -+++ b/src/main.c -@@ -44,7 +44,9 @@ - #include - #include - #include -+#ifndef __UCLIBC__ - #include -+#endif - #include /* sig_atomic_t */ - - #include /* PATH_MAX */ ---- a/src/tasks/cdw_create_image.c -+++ b/src/tasks/cdw_create_image.c -@@ -21,6 +21,7 @@ - - #include - #include -+#include - - #include "cdw_file_manager.h" - #include "gettext.h" ---- a/src/utilities/cdw_utils.c -+++ b/src/utilities/cdw_utils.c -@@ -28,6 +28,7 @@ - #include - #include - #include -+#include - - #include "cdw_logging.h" - #include "gettext.h"