summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-10-10 19:05:52 +0000
committerPacho Ramos <pacho@gentoo.org>2011-10-10 19:05:52 +0000
commit58ef5ab6991fcdcc0b806d9f3f22571ab9074bc2 (patch)
tree9e867b4100d053da79d59022def141f1826c29b2 /app-office/grisbi
parentDrop .la files as I have just test plugins work still, bug #386665 by Ago. Dr... (diff)
downloadgentoo-2-58ef5ab6991fcdcc0b806d9f3f22571ab9074bc2.tar.gz
gentoo-2-58ef5ab6991fcdcc0b806d9f3f22571ab9074bc2.tar.bz2
gentoo-2-58ef5ab6991fcdcc0b806d9f3f22571ab9074bc2.zip
Drop .la files, bug #386665 by Ago. Drop old.
(Portage version: 2.1.10.25/cvs/Linux x86_64)
Diffstat (limited to 'app-office/grisbi')
-rw-r--r--app-office/grisbi/ChangeLog7
-rw-r--r--app-office/grisbi/files/grisbi-0.5.6-latex-unicode.patch11
-rw-r--r--app-office/grisbi/grisbi-0.6.0.ebuild58
-rw-r--r--app-office/grisbi/grisbi-0.8.1.ebuild43
-rw-r--r--app-office/grisbi/grisbi-0.8.8.ebuild7
5 files changed, 11 insertions, 115 deletions
diff --git a/app-office/grisbi/ChangeLog b/app-office/grisbi/ChangeLog
index 142df48b5bf5..aa7dda81ff71 100644
--- a/app-office/grisbi/ChangeLog
+++ b/app-office/grisbi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/grisbi
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.51 2011/10/09 16:31:10 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.52 2011/10/10 19:05:52 pacho Exp $
+
+ 10 Oct 2011; Pacho Ramos <pacho@gentoo.org>
+ -files/grisbi-0.5.6-latex-unicode.patch, -grisbi-0.6.0.ebuild,
+ -grisbi-0.8.1.ebuild, grisbi-0.8.8.ebuild:
+ Drop .la files, bug #386665 by Ago. Drop old.
09 Oct 2011; Rémi Cardona <remi@gentoo.org> grisbi-0.8.8.ebuild:
Disable CUnit/tests support, fixes bug #356951.
diff --git a/app-office/grisbi/files/grisbi-0.5.6-latex-unicode.patch b/app-office/grisbi/files/grisbi-0.5.6-latex-unicode.patch
deleted file mode 100644
index f1f46e351bd9..000000000000
--- a/app-office/grisbi/files/grisbi-0.5.6-latex-unicode.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/etats_latex.c.orig 2005-01-16 17:15:46.349575352 +0100
-+++ src/etats_latex.c 2005-01-16 17:16:19.340559960 +0100
-@@ -245,7 +245,7 @@
- "\\documentclass{article}\n\n"
- "\\special{! TeXDict begin /landplus90{true}store end }\n"
- "\\usepackage{a4}\n"
-- "\\usepackage[utf8]{inputenc}\n"
-+ "\\usepackage[utf8x]{inputenc}\n"
- "\\usepackage{eurosym}\n"
- "\\usepackage{boxedminipage}\n"
- "\\usepackage{longtable}\n"
diff --git a/app-office/grisbi/grisbi-0.6.0.ebuild b/app-office/grisbi/grisbi-0.6.0.ebuild
deleted file mode 100644
index ba90a1af16f3..000000000000
--- a/app-office/grisbi/grisbi-0.6.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.6.0.ebuild,v 1.4 2011/07/24 11:03:24 armin76 Exp $
-
-EAPI="2"
-
-inherit eutils gnome2
-
-IUSE="nls ofx ssl"
-
-DESCRIPTION="Grisbi is a personal accounting application for Linux"
-HOMEPAGE="http://www.grisbi.org"
-SRC_URI="mirror://sourceforge/grisbi/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-# minimum gtk 2.10 to have print support
-RDEPEND="dev-libs/libxml2
- >=x11-libs/gtk+-2.10.0:2
- ssl? ( dev-libs/openssl )
- ofx? ( >=dev-libs/libofx-0.7.0 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.20"
-
-pkg_setup() {
- G2CONF="
- --with-plugins
- $(use_with ofx)
- $(use_enable nls)"
- DOCS="AUTHORS NEWS README"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Apply location patchs
- ebegin "Applying Gentoo documentation location patch"
- for i in \
- $(find ./ -name 'Makefile.am') \
- $(find ./ -name 'grisbi-manuel.html')
- do
- sed -i "s;doc/grisbi/;doc/${PF}/;g" "${i}"
- done
- eend 0
-
- # Fix Icon value in desktop file
- sed -i "s/grisbi.png/grisbi/" share/grisbi.desktop || die
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- elog "The first thing you should do is set up the browser command in"
- elog "preferences after you start up grisbi. Otherwise you will not"
- elog "be able to see the help and manuals."
-}
diff --git a/app-office/grisbi/grisbi-0.8.1.ebuild b/app-office/grisbi/grisbi-0.8.1.ebuild
deleted file mode 100644
index 2411276af25c..000000000000
--- a/app-office/grisbi/grisbi-0.8.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.8.1.ebuild,v 1.3 2011/07/24 11:03:24 armin76 Exp $
-
-EAPI="2"
-
-inherit eutils gnome2
-
-IUSE="nls ofx ssl"
-
-DESCRIPTION="Grisbi is a personal accounting application for Linux"
-HOMEPAGE="http://www.grisbi.org"
-SRC_URI="mirror://sourceforge/grisbi/grisbi%20stable/0.8.x/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND="dev-libs/libxml2
- >=dev-libs/glib-2.18.0
- >=x11-libs/gtk+-2.12.0:2
- ssl? ( >=dev-libs/openssl-0.9.5 )
- ofx? ( >=dev-libs/libofx-0.7.0 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.20"
-
-pkg_setup() {
- G2CONF="
- --with-plugins
- --with-libxml2
- $(use_with ssl openssl)
- $(use_with ofx)
- $(use_enable nls)"
- DOCS="AUTHORS NEWS README"
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- elog "The first thing you should do is set up the browser command in"
- elog "preferences after you start up grisbi. Otherwise you will not"
- elog "be able to see the help and manuals."
-}
diff --git a/app-office/grisbi/grisbi-0.8.8.ebuild b/app-office/grisbi/grisbi-0.8.8.ebuild
index e13ab51dee25..236021503883 100644
--- a/app-office/grisbi/grisbi-0.8.8.ebuild
+++ b/app-office/grisbi/grisbi-0.8.8.ebuild
@@ -1,8 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.8.8.ebuild,v 1.2 2011/10/09 16:31:10 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.8.8.ebuild,v 1.3 2011/10/10 19:05:52 pacho Exp $
-EAPI="3"
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
inherit eutils gnome2
@@ -30,6 +32,7 @@ pkg_setup() {
--with-plugins
--with-libxml2
--without-cunit
+ --disable-static
$(use_with ssl openssl)
$(use_with ofx)
$(use_enable nls)"