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 CA6D0139087 for ; Sun, 22 Jan 2017 13:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C25C4234031; Sun, 22 Jan 2017 13:46:41 +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 990362241BF for ; Sun, 22 Jan 2017 13:46:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3FC5A34164E for ; Sun, 22 Jan 2017 13:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BB502C83 for ; Sun, 22 Jan 2017 13:46:38 +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: <1485089394.4afd7138bc036346f6d98acf8d6767f5517a1271.pacho@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.7.ebuild X-VCS-Directories: app-office/dia2code/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4afd7138bc036346f6d98acf8d6767f5517a1271 X-VCS-Branch: master Date: Sun, 22 Jan 2017 13:46:38 +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: 97f6817c-bbb9-4c3f-aa95-f65364f1d522 X-Archives-Hash: 9d4b5621382e85db695d157dbfd3537b commit: 4afd7138bc036346f6d98acf8d6767f5517a1271 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jan 22 12:49:54 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jan 22 12:49:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afd7138 app-office/dia2code: Drop old Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-office/dia2code/Manifest | 1 - app-office/dia2code/dia2code-0.8.7.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/app-office/dia2code/Manifest b/app-office/dia2code/Manifest index 22f4ac3..868d13b 100644 --- a/app-office/dia2code/Manifest +++ b/app-office/dia2code/Manifest @@ -1,2 +1 @@ -DIST dia2code-0.8.7.tar.gz 173733 SHA256 bebeeea56370bea416241128502144736d54d560b32d875174c5927089843adf SHA512 b02eea93488ab388aa6560ed62aef68d8d0f33e8ebf0237122d5038fd007dd1035180bcfe818edbdeb825d7767553d5c8f115acf57fce8085676cfbf6cb821e3 WHIRLPOOL 43e68f100ceca7acbd062847150086fa7c25edd5c0a819970d5e676ed6037d5d3140807cd57a0784d45cc863178521d721015b253bd745d37c73cb037fbbfa7b DIST dia2code-0.8.8.tar.gz 480548 SHA256 b7431a3f8a9f703397e4b849f304897a2c7150a378fe6069ae17cd2bfc1e6294 SHA512 15dfbad66fc7855f0ccc31cfd32488de13380653dcd72a7a47cfcec60727aea265373da3b829f2bb62c4aade5cb06b0cb884fa29b197545a5268b03c75e717a2 WHIRLPOOL 2cbdfaab1e733c4752ca7457a2763b539a1ed48eb351e6bd62264757fa862a11dc1f012a8d957cd05d3e199e88649b2b9c68cf8058e1da52ddc070053e35d6ba diff --git a/app-office/dia2code/dia2code-0.8.7.ebuild b/app-office/dia2code/dia2code-0.8.7.ebuild deleted file mode 100644 index 611c791..00000000 --- a/app-office/dia2code/dia2code-0.8.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GCONF_DEBUG="no" - -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 -}