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 BF45F139084 for ; Wed, 20 Dec 2017 20:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0F62E1184; Wed, 20 Dec 2017 20:23:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CC2ADE118B for ; Wed, 20 Dec 2017 20:23:37 +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 D9E1E340806 for ; Wed, 20 Dec 2017 20:23:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20458AE98 for ; Wed, 20 Dec 2017 20:23:34 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1513801318.9a2b013a60a6e91367df81d5f3d3a7cf12cce823.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/dia2code/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/dia2code/Manifest app-office/dia2code/dia2code-0.8.8.ebuild X-VCS-Directories: app-office/dia2code/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9a2b013a60a6e91367df81d5f3d3a7cf12cce823 X-VCS-Branch: master Date: Wed, 20 Dec 2017 20:23:34 +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: 2af60d62-3e2a-43a7-af4c-091b2ac17930 X-Archives-Hash: 9cf7b90d7a76fffe2324183fa62e7cf3 commit: 9a2b013a60a6e91367df81d5f3d3a7cf12cce823 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 20 19:41:34 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 20 20:21:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2b013a app-office/dia2code: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-office/dia2code/Manifest | 1 - app-office/dia2code/dia2code-0.8.8.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/app-office/dia2code/Manifest b/app-office/dia2code/Manifest index fa271cef054..ffb132b37e7 100644 --- a/app-office/dia2code/Manifest +++ b/app-office/dia2code/Manifest @@ -1,2 +1 @@ -DIST dia2code-0.8.8.tar.gz 480548 BLAKE2B 9e257c21f5dfb6afdf38024a1a002745fc83bc4e2396d0d048f086d95e8c1ce52f2805f5d83a88db16d15bc3a458706b5725c5385eb50d3b9e587d654fd23a21 SHA512 15dfbad66fc7855f0ccc31cfd32488de13380653dcd72a7a47cfcec60727aea265373da3b829f2bb62c4aade5cb06b0cb884fa29b197545a5268b03c75e717a2 DIST dia2code-1.0.0.tar.gz 946967 BLAKE2B 48e6c29e9178032d17816726fe2b60c7a87518b898c22f0caec94b31d8cb10e50da4c093f178cad62f8c107bc55c3bbddef692e8608bbb73aed3afb156a2f2be SHA512 6669352e624fddc94aaaa36a30263ad591494d473ca09e662a9de90902e4b4a7a7eb6d3de9b28cf162c63ebeea36f86b33822d510ac87ce97c5f196c761bac85 diff --git a/app-office/dia2code/dia2code-0.8.8.ebuild b/app-office/dia2code/dia2code-0.8.8.ebuild deleted file mode 100644 index e52a9960e57..00000000000 --- a/app-office/dia2code/dia2code-0.8.8.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="Convert UML diagrams produced with Dia to various source code flavours" -HOMEPAGE="http://dia2code.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86" -IUSE="" - -DEPEND="dev-libs/libxml2" -RDEPEND="${DEPEND}" - -src_install() { - gnome2_src_install - doman dia2code.1 -}