summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-10-03 06:04:32 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-10-03 06:04:32 +0000
commit5ec3722583ca0ee161efe4050c59942deac72524 (patch)
tree51f32eb60068aa83720b0078cfe4594b81cc36c7 /app-editors/mlview
parentMarked 0.9.3 stable on x86, New CVS snapshot with numerous fixes (see changelog) (diff)
downloadgentoo-2-5ec3722583ca0ee161efe4050c59942deac72524.tar.gz
gentoo-2-5ec3722583ca0ee161efe4050c59942deac72524.tar.bz2
gentoo-2-5ec3722583ca0ee161efe4050c59942deac72524.zip
New revision, removing support for obsolete versions of dbus.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-editors/mlview')
-rw-r--r--app-editors/mlview/ChangeLog10
-rw-r--r--app-editors/mlview/Manifest13
-rw-r--r--app-editors/mlview/files/digest-mlview-0.8-r11
-rw-r--r--app-editors/mlview/mlview-0.8-r1.ebuild38
4 files changed, 51 insertions, 11 deletions
diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog
index 00f9c2f6ef07..bf949c3299ed 100644
--- a/app-editors/mlview/ChangeLog
+++ b/app-editors/mlview/ChangeLog
@@ -1,6 +1,14 @@
# 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.13 2005/09/05 20:52:51 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.14 2005/10/03 06:04:31 leonardop Exp $
+
+*mlview-0.8-r1 (03 Oct 2005)
+
+ 03 Oct 2005; Leonardo Boshell <leonardop@gentoo.org>
+ +mlview-0.8-r1.ebuild:
+ Remove dbus support since it works with obsolete and incompatible versions.
+ Updated dependencies and dropped 'debug' (provided by gnome2.eclass) and
+ 'static' (inaccurate) USE flags.
05 Sep 2005; Doug Goldstein <cardoe@gentoo.org> mlview-0.8.ebuild:
fixing dbus deps
diff --git a/app-editors/mlview/Manifest b/app-editors/mlview/Manifest
index da9868a99ac3..45cf8742d269 100644
--- a/app-editors/mlview/Manifest
+++ b/app-editors/mlview/Manifest
@@ -1,18 +1,11 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 3d1c5452dbad40cfae3ada554ea52996 ChangeLog 2793
MD5 ab639871e30a3590f808d0109386ab2b metadata.xml 488
MD5 cbd2405b11f4b030d1971adf4f10a2fe mlview-0.6.3.ebuild 903
+MD5 e55496a764ee2fbb980584c0a7e4694b mlview-0.8-r1.ebuild 1002
MD5 082cfcb79eacdb006644f1dadab3e782 mlview-0.8.ebuild 1055
+MD5 3a2157ed761b58ed22b83fc6f359bacb .mlview-0.8-r1.ebuild.swp 12288
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 355a3710cdd4d752a7518dfc1c1a043f files/mlview-0.8-dot_desktop.patch 834
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDHLBzBtvusYtCZMsRAr8xAJ91StwhD1toGnYnG1AEc7ZdFXtaLwCeN61c
-aEDX+dXjXX/wcqHpdRbUZp0=
-=TfYs
------END PGP SIGNATURE-----
+MD5 9a4c14d6701119f77b6faf025d0e8292 files/digest-mlview-0.8-r1 63
diff --git a/app-editors/mlview/files/digest-mlview-0.8-r1 b/app-editors/mlview/files/digest-mlview-0.8-r1
new file mode 100644
index 000000000000..cb37c91f86c2
--- /dev/null
+++ b/app-editors/mlview/files/digest-mlview-0.8-r1
@@ -0,0 +1 @@
+MD5 ffbf4dbbe32d8312ca516633bf57b921 mlview-0.8.tar.bz2 728600
diff --git a/app-editors/mlview/mlview-0.8-r1.ebuild b/app-editors/mlview/mlview-0.8-r1.ebuild
new file mode 100644
index 000000000000..e6c3ff326b08
--- /dev/null
+++ b/app-editors/mlview/mlview-0.8-r1.ebuild
@@ -0,0 +1,38 @@
+# 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-r1.ebuild,v 1.1 2005/10/03 06:04:31 leonardop Exp $
+
+inherit eutils gnome2
+
+DESCRIPTION="XML editor for the GNOME environment"
+HOMEPAGE="http://www.freespiders.org/projects/gmlview/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/libxml2-2.6.11
+ >=dev-libs/libxslt-1.1.8
+ >=dev-libs/glib-2.4.6
+ >=x11-libs/gtk+-2.4.3
+ >=gnome-base/libglade-2.4
+ >=gnome-base/libgnome-2.6.1
+ >=gnome-base/gconf-2.6.2
+ >=gnome-base/eel-2.6.2
+ >=x11-libs/gtksourceview-1
+ sys-libs/zlib"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.33
+ >=dev-util/pkgconfig-0.9"
+
+DOCS="ABOUT-NLS AUTHORS BRANCHES ChangeLog COPYRIGHT NEWS README"
+
+
+src_unpack() {
+ unpack "${A}"
+ cd "${S}"
+
+ # Small corrections for mlview.desktop
+ epatch ${FILESDIR}/${P}-dot_desktop.patch
+}