diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-01-22 13:49:54 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-01-22 13:49:54 +0100 |
commit | 4afd7138bc036346f6d98acf8d6767f5517a1271 (patch) | |
tree | 8bb7ca5565e6682f2f1709cb0c3716450886648f /app-office | |
parent | app-office/abiword-docs: Drop old (diff) | |
download | gentoo-4afd7138bc036346f6d98acf8d6767f5517a1271.tar.gz gentoo-4afd7138bc036346f6d98acf8d6767f5517a1271.tar.bz2 gentoo-4afd7138bc036346f6d98acf8d6767f5517a1271.zip |
app-office/dia2code: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/dia2code/Manifest | 1 | ||||
-rw-r--r-- | app-office/dia2code/dia2code-0.8.7.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/app-office/dia2code/Manifest b/app-office/dia2code/Manifest index 22f4ac3e7b11..868d13bd0a5c 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 611c791896e6..000000000000 --- 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 -} |