summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-09-04 09:32:58 +0000
committerPacho Ramos <pacho@gentoo.org>2014-09-04 09:32:58 +0000
commit5970d3d7644ca609449537698d9732ac48c47f95 (patch)
treede6a12a785eef9f56bc6c1c9dedf8f866c459e89 /app-office/dia2code
parentVersion bump, wrt bug #519476 (diff)
downloadgentoo-2-5970d3d7644ca609449537698d9732ac48c47f95.tar.gz
gentoo-2-5970d3d7644ca609449537698d9732ac48c47f95.tar.bz2
gentoo-2-5970d3d7644ca609449537698d9732ac48c47f95.zip
Dia is not really needed (#522100 by LE GARREC Vincent), drop old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/dia2code')
-rw-r--r--app-office/dia2code/ChangeLog6
-rw-r--r--app-office/dia2code/dia2code-0.8.5.ebuild37
-rw-r--r--app-office/dia2code/dia2code-0.8.7.ebuild6
3 files changed, 7 insertions, 42 deletions
diff --git a/app-office/dia2code/ChangeLog b/app-office/dia2code/ChangeLog
index cd0880a5d8a4..b86a1f004953 100644
--- a/app-office/dia2code/ChangeLog
+++ b/app-office/dia2code/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/dia2code
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.37 2014/07/23 15:13:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.38 2014/09/04 09:32:58 pacho Exp $
+
+ 04 Sep 2014; Pacho Ramos <pacho@gentoo.org> -dia2code-0.8.5.ebuild,
+ dia2code-0.8.7.ebuild:
+ Dia is not really needed (#522100 by LE GARREC Vincent), drop old.
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> dia2code-0.8.7.ebuild:
Stable for x86, wrt bug #512012
diff --git a/app-office/dia2code/dia2code-0.8.5.ebuild b/app-office/dia2code/dia2code-0.8.5.ebuild
deleted file mode 100644
index 44d6398ba31c..000000000000
--- a/app-office/dia2code/dia2code-0.8.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.5.ebuild,v 1.9 2014/04/17 07:44:55 pacho Exp $
-
-EAPI=5
-GCONF_DEBUG="no"
-
-inherit autotools eutils flag-o-matic 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}
- >=app-office/dia-0.90.0
-"
-
-src_prepare() {
- # Respect AR, bug #462968
- epatch "${FILESDIR}/${PN}-0.8.5-ar.patch"
-
- sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die
-
- eautoreconf # Needed to prevent maintainer-mode to get activated
- gnome2_src_prepare
-}
-
-src_install() {
- gnome2_src_install
- doman dia2code.1
-}
diff --git a/app-office/dia2code/dia2code-0.8.7.ebuild b/app-office/dia2code/dia2code-0.8.7.ebuild
index 8f3db6b6eb0e..bde3454cda29 100644
--- a/app-office/dia2code/dia2code-0.8.7.ebuild
+++ b/app-office/dia2code/dia2code-0.8.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.7.ebuild,v 1.3 2014/07/23 15:13:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.7.ebuild,v 1.4 2014/09/04 09:32:58 pacho Exp $
EAPI=5
GCONF_DEBUG="no"
@@ -17,9 +17,7 @@ KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-libs/libxml2"
-RDEPEND="${DEPEND}
- >=app-office/dia-0.90.0
-"
+RDEPEND="${DEPEND}"
src_install() {
gnome2_src_install