summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-06-30 17:44:41 +0000
committerPacho Ramos <pacho@gentoo.org>2012-06-30 17:44:41 +0000
commit8f2f8e0eed8749ad2f0d683942725da75604740c (patch)
tree9cc2a3e06fa829bd4ea645e1c183459e14d4e53d /app-office
parentvdr-plugin-2.eclass (diff)
downloadgentoo-2-8f2f8e0eed8749ad2f0d683942725da75604740c.tar.gz
gentoo-2-8f2f8e0eed8749ad2f0d683942725da75604740c.tar.bz2
gentoo-2-8f2f8e0eed8749ad2f0d683942725da75604740c.zip
Version bump, remove old.
(Portage version: 2.1.11.3/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/dia2code/ChangeLog10
-rw-r--r--app-office/dia2code/dia2code-0.8.4.ebuild (renamed from app-office/dia2code/dia2code-0.8.1.ebuild)20
2 files changed, 17 insertions, 13 deletions
diff --git a/app-office/dia2code/ChangeLog b/app-office/dia2code/ChangeLog
index e24e073f0e8c..08e67a7349dc 100644
--- a/app-office/dia2code/ChangeLog
+++ b/app-office/dia2code/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/dia2code
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.19 2011/03/22 19:56:11 ranger Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.20 2012/06/30 17:44:41 pacho Exp $
+
+*dia2code-0.8.4 (30 Jun 2012)
+
+ 30 Jun 2012; Pacho Ramos <pacho@gentoo.org> +dia2code-0.8.4.ebuild,
+ -dia2code-0.8.1.ebuild:
+ Version bump, remove old.
22 Mar 2011; Brent Baude <ranger@gentoo.org> dia2code-0.8.3.ebuild:
Marking dia2code-0.8.3 ppc stable for bug 353436
diff --git a/app-office/dia2code/dia2code-0.8.1.ebuild b/app-office/dia2code/dia2code-0.8.4.ebuild
index a6bae306bfae..a885a2e09095 100644
--- a/app-office/dia2code/dia2code-0.8.1.ebuild
+++ b/app-office/dia2code/dia2code-0.8.4.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild,v 1.18 2009/09/23 16:09:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.4.ebuild,v 1.1 2012/06/30 17:44:41 pacho Exp $
-inherit flag-o-matic
+EAPI=4
+
+inherit flag-o-matic autotools
DESCRIPTION="Convert UML diagrams produced with Dia to various source code flavours."
HOMEPAGE="http://dia2code.sourceforge.net/"
@@ -10,22 +12,18 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ia64 ppc sparc x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="dev-libs/libxml2"
RDEPEND="${DEPEND}
>=app-office/dia-0.90.0"
-src_compile () {
- # libxml2 header fix
- append-flags -I/usr/include/libxml2/libxml
- econf || die
- emake || die
+src_prepare() {
+ eautoreconf # Needed to prevent maintainer-mode to get activated
}
src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README TODO
+ default
doman dia2code.1
}