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 8FD0D1382C5 for ; Mon, 23 Apr 2018 19:17:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93D02E0BF9; Mon, 23 Apr 2018 19:17:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6D115E0BF9 for ; Mon, 23 Apr 2018 19:17:35 +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 75531335C5C for ; Mon, 23 Apr 2018 19:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC4D52A5 for ; Mon, 23 Apr 2018 19:17:30 +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: <1524511032.ce86655cbf026824bd9d3b59285e0a65ea94f327.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/pydance-songs/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/pydance-songs/pydance-songs-20040410.ebuild X-VCS-Directories: games-arcade/pydance-songs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ce86655cbf026824bd9d3b59285e0a65ea94f327 X-VCS-Branch: master Date: Mon, 23 Apr 2018 19:17:30 +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: 25f916fa-e073-410f-9ac1-5e2f0016b313 X-Archives-Hash: 16d005f524ba5de7035e6ccf5cc9f231 commit: ce86655cbf026824bd9d3b59285e0a65ea94f327 Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 23 18:37:38 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 23 19:17:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce86655c games-arcade/pydance-songs: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 .../pydance-songs/pydance-songs-20040410.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/games-arcade/pydance-songs/pydance-songs-20040410.ebuild b/games-arcade/pydance-songs/pydance-songs-20040410.ebuild deleted file mode 100644 index 1e07dca1247..00000000000 --- a/games-arcade/pydance-songs/pydance-songs-20040410.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit games - -DESCRIPTION="Music for the pyDDR game" -HOMEPAGE="http://icculus.org/pyddr/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR} - -src_install() { - insinto "${GAMES_DATADIR}/pydance/songs" - doins * - prepgamesdirs -}