summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-08-07 10:40:26 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-08-07 10:40:26 +0000
commitba7e491d948daa22604b0f4c91d3355949218233 (patch)
tree47c1d9f16bf33ca66f01bdb1e84db6d10b46066b /app-editors/mlview
parentUpdated 02_all_pic.patch for hardened toolchain. (diff)
downloadhistorical-ba7e491d948daa22604b0f4c91d3355949218233.tar.gz
historical-ba7e491d948daa22604b0f4c91d3355949218233.tar.bz2
historical-ba7e491d948daa22604b0f4c91d3355949218233.zip
Marking 0.8 stable (x86)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-editors/mlview')
-rw-r--r--app-editors/mlview/ChangeLog5
-rw-r--r--app-editors/mlview/Manifest6
-rw-r--r--app-editors/mlview/files/mlview-0.8-dot_desktop.patch12
-rw-r--r--app-editors/mlview/mlview-0.8.ebuild4
4 files changed, 12 insertions, 15 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/Manifest b/app-editors/mlview/Manifest
index 3c1e7211e26a..e137b5172776 100644
--- a/app-editors/mlview/Manifest
+++ b/app-editors/mlview/Manifest
@@ -1,8 +1,8 @@
-MD5 dd024139632a48ea181982d4d1a07109 ChangeLog 2524
+MD5 aa95c0a9f27c61559f1d8679807409df ChangeLog 2616
MD5 ab639871e30a3590f808d0109386ab2b metadata.xml 488
MD5 cbd2405b11f4b030d1971adf4f10a2fe mlview-0.6.3.ebuild 903
-MD5 a6003b45e4b56149b85ecb56d73854ec mlview-0.8.ebuild 1060
+MD5 724eb32bc1c4f8516c6d69f7c2ea0b86 mlview-0.8.ebuild 1059
MD5 8040734f5b03630f75d7df9fd48b2aab files/digest-mlview-0.6.3 65
MD5 9a4c14d6701119f77b6faf025d0e8292 files/digest-mlview-0.8 63
MD5 279ff8099cb8a67c13952ad6cdc7ce98 files/mlview-0.6.3-gcc2_fix.patch 816
-MD5 7572309798fb7323a948afcae999eeff files/mlview-0.8-dot_desktop.patch 939
+MD5 355a3710cdd4d752a7518dfc1c1a043f files/mlview-0.8-dot_desktop.patch 834
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