From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8347259CA3 for ; Sun, 13 Mar 2016 15:19:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB640E0885; Sun, 13 Mar 2016 15:19:44 +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 8827BE0885 for ; Sun, 13 Mar 2016 15:19:44 +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 23A4E340B9C for ; Sun, 13 Mar 2016 15:19:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7431C848 for ; Sun, 13 Mar 2016 15:19:37 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457882364.a25d5925e152d5a330ee98afc38fdcda5d0be723.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xcursorgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xcursorgen/Manifest x11-apps/xcursorgen/xcursorgen-1.0.5.ebuild X-VCS-Directories: x11-apps/xcursorgen/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: a25d5925e152d5a330ee98afc38fdcda5d0be723 X-VCS-Branch: master Date: Sun, 13 Mar 2016 15:19:37 +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: 7288b8f4-6cf1-48fe-9965-d78862a26b14 X-Archives-Hash: 1568fa2147f0baa987650dd685f2e16a commit: a25d5925e152d5a330ee98afc38fdcda5d0be723 Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 13 15:19:24 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 13 15:19:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25d5925 x11-apps/xcursorgen: Remove old Package-Manager: portage-2.2.28 x11-apps/xcursorgen/Manifest | 1 - x11-apps/xcursorgen/xcursorgen-1.0.5.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest index d6cf428..887bb49 100644 --- a/x11-apps/xcursorgen/Manifest +++ b/x11-apps/xcursorgen/Manifest @@ -1,2 +1 @@ -DIST xcursorgen-1.0.5.tar.bz2 116340 SHA256 bc7171a0fa212da866fca2301241630e2009aea8c4ddb75f21b51a31c2e4c581 SHA512 9641ff9ea2ab22db23b0d6888ec9fb237961037b8b26ce00b47214d42824df7fe76a10b6ca9eb8d0bd2b127fcf22c445f9f10ccc5af4479ebd999d39b750b533 WHIRLPOOL 55a5cdc0a6fce49c1a7aa81379da9b62bd288b13b5f04b0730b6ea535c4f4ca3d079cf0908e7f420f787adf9126bb92992f9c2cf040eaefc4ff478b03de9ba42 DIST xcursorgen-1.0.6.tar.bz2 124545 SHA256 31c8910f54eb175a8a74a60e7662697467e21a8bf948220a6048a93924b3f66c SHA512 3b464b7be3cec8c6d2bf4538266108bdc09e1dae4053d573f7f38e004929b41be0d996aa54918490fa040655644e2b0d4fab1ec24cca014d77bdb91c41ab1db4 WHIRLPOOL ecccd46753d23dc4bcc5370b7f4c8ca0ca3e4928ede49b6d3486e73ea45cfcaaaa19eaa72c1d7be25d35a64dacdc7812a7bcd5e7db665d7cde9219c5b710facf diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.5.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.5.ebuild deleted file mode 100644 index b04c81e..0000000 --- a/x11-apps/xcursorgen/xcursorgen-1.0.5.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="create an X cursor file from a collection of PNG images" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXcursor - media-libs/libpng:0" -DEPEND="${RDEPEND}"