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 B747B138DB1 for ; Sat, 15 Oct 2016 13:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A721BE0BEB; Sat, 15 Oct 2016 13:54:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9048BE0BEB for ; Sat, 15 Oct 2016 13:54:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C1DE341301 for ; Sat, 15 Oct 2016 13:54:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9375303 for ; Sat, 15 Oct 2016 13:54:42 +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: <1476539671.735d08d5748d73196ebf4f69d6cf03a03a226931.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cuecue/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/cuecue/cuecue-0.2.2-r2.ebuild X-VCS-Directories: app-cdr/cuecue/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 735d08d5748d73196ebf4f69d6cf03a03a226931 X-VCS-Branch: master Date: Sat, 15 Oct 2016 13:54:42 +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-Archives-Salt: 67581ff2-3e15-4bb3-a5ca-f9d0c2171e84 X-Archives-Hash: a2d5c135860102ff41a9baba591ffd37 commit: 735d08d5748d73196ebf4f69d6cf03a03a226931 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 15 13:46:26 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 15 13:54:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735d08d5 app-cdr/cuecue: Remove references to berlios.de Package-Manager: portage-2.3.1 app-cdr/cuecue/cuecue-0.2.2-r2.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-cdr/cuecue/cuecue-0.2.2-r2.ebuild b/app-cdr/cuecue/cuecue-0.2.2-r2.ebuild index 9cf7789..362919f 100644 --- a/app-cdr/cuecue/cuecue-0.2.2-r2.ebuild +++ b/app-cdr/cuecue/cuecue-0.2.2-r2.ebuild @@ -6,8 +6,7 @@ EAPI=6 inherit flag-o-matic DESCRIPTION="Cuecue converts .cue + [.ogg|.flac|.wav|.mp3] to .cue + .bin" -HOMEPAGE="http://cuecue.berlios.de/" -#SRC_URI="mirror://berlios/cuecue/${P}.tar.gz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" @@ -28,14 +27,12 @@ PATCHES=( "${FILESDIR}"/${P}-namespace.patch "${FILESDIR}"/${P}-unused.patch ) -DOCS="CHANGES README TODO" src_configure() { econf \ $(use_enable flac) \ $(use_enable mp3) \ $(use_enable vorbis ogg) \ - --disable-dependency-tracking \ --disable-libFLACtest \ --disable-oggtest \ --disable-vorbistest