diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-07 10:40:26 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-07 10:40:26 +0000 |
commit | 2c8c7c7b4c3647179d4ffa0ffb7d02f1a8b80107 (patch) | |
tree | eb533af8f214251bb364ba923fddd9eafea92afc /app-editors/mlview | |
parent | Updated 02_all_pic.patch for hardened toolchain. (diff) | |
download | gentoo-2-2c8c7c7b4c3647179d4ffa0ffb7d02f1a8b80107.tar.gz gentoo-2-2c8c7c7b4c3647179d4ffa0ffb7d02f1a8b80107.tar.bz2 gentoo-2-2c8c7c7b4c3647179d4ffa0ffb7d02f1a8b80107.zip |
Marking 0.8 stable (x86)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-editors/mlview')
-rw-r--r-- | app-editors/mlview/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/mlview/files/mlview-0.8-dot_desktop.patch | 12 | ||||
-rw-r--r-- | app-editors/mlview/mlview-0.8.ebuild | 4 |
3 files changed, 9 insertions, 12 deletions
diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog index b40f9b3741e6..6edc0a4ba99f 100644 --- a/app-editors/mlview/ChangeLog +++ b/app-editors/mlview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/mlview # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.10 2005/07/07 02:51:30 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.11 2005/08/07 10:40:26 leonardop Exp $ + + 06 Jul 2005; Leonardo Boshell <leonardop@gentoo.org> mlview-0.8.ebuild: + Stable on x86. *mlview-0.8 (06 Jul 2005) diff --git a/app-editors/mlview/files/mlview-0.8-dot_desktop.patch b/app-editors/mlview/files/mlview-0.8-dot_desktop.patch index edf1f25df927..8bf9a0390eab 100644 --- a/app-editors/mlview/files/mlview-0.8-dot_desktop.patch +++ b/app-editors/mlview/files/mlview-0.8-dot_desktop.patch @@ -1,6 +1,6 @@ diff -NurdB mlview-0.8/configure mlview-0.8-patched/configure --- mlview-0.8/configure 2005-07-03 12:20:48.000000000 -0500 -+++ mlview-0.8-patched/configure 2005-07-06 21:35:04.000000000 -0500 ++++ mlview-0.8-patched/configure 2005-08-07 05:34:49.000000000 -0500 @@ -2218,7 +2218,7 @@ \* 10000 + $MLVIEW_MINOR_VERSION \ \* 100 + $MLVIEW_MICRO_VERSION` @@ -12,14 +12,8 @@ diff -NurdB mlview-0.8/configure mlview-0.8-patched/configure diff -NurdB mlview-0.8/mlview.desktop.in mlview-0.8-patched/mlview.desktop.in --- mlview-0.8/mlview.desktop.in 2005-06-25 07:57:05.000000000 -0500 -+++ mlview-0.8-patched/mlview.desktop.in 2005-07-06 21:14:26.000000000 -0500 -@@ -1,13 +1,13 @@ - [Desktop Entry] --Version=0.9.4 -+Version=0.8 - Encoding=UTF-8 - Type=Application - Name=MlView XML Editor ++++ mlview-0.8-patched/mlview.desktop.in 2005-08-07 05:35:08.000000000 -0500 +@@ -6,8 +6,8 @@ GenericName=MlView Generic XML Editor Categories=Application;Development; Comment=A generic simple XML editor for GNOME diff --git a/app-editors/mlview/mlview-0.8.ebuild b/app-editors/mlview/mlview-0.8.ebuild index c0fcc7c34419..ef5a8ebc884d 100644 --- a/app-editors/mlview/mlview-0.8.ebuild +++ b/app-editors/mlview/mlview-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.8.ebuild,v 1.1 2005/07/07 02:51:30 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.8.ebuild,v 1.2 2005/08/07 10:40:26 leonardop Exp $ inherit eutils gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.freespiders.org/projects/gmlview/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="dbus debug static" RDEPEND=">=dev-libs/libxml2-2.6.11 |