diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2004-04-19 03:25:26 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2004-04-19 03:25:26 +0000 |
commit | bbc3d222d4d001b311289a4906c87ef9bd785fd1 (patch) | |
tree | 76bd44e0bcc03edab8597e3f8bdce39173bd54cb /app-editors/mlview | |
parent | Revert last fix, it was some one-off error. (Manifest recommit) (diff) | |
download | gentoo-2-bbc3d222d4d001b311289a4906c87ef9bd785fd1.tar.gz gentoo-2-bbc3d222d4d001b311289a4906c87ef9bd785fd1.tar.bz2 gentoo-2-bbc3d222d4d001b311289a4906c87ef9bd785fd1.zip |
Moving from app-text. Closes bug #44716.
Diffstat (limited to 'app-editors/mlview')
-rw-r--r-- | app-editors/mlview/ChangeLog | 33 | ||||
-rw-r--r-- | app-editors/mlview/files/digest-mlview-0.6.1 | 1 | ||||
-rw-r--r-- | app-editors/mlview/files/digest-mlview-0.6.2 | 1 | ||||
-rw-r--r-- | app-editors/mlview/files/mlview-0.6.0-Makefile.in.patch | 25 | ||||
-rw-r--r-- | app-editors/mlview/metadata.xml | 14 | ||||
-rw-r--r-- | app-editors/mlview/mlview-0.6.1.ebuild | 30 | ||||
-rw-r--r-- | app-editors/mlview/mlview-0.6.2.ebuild | 32 |
7 files changed, 136 insertions, 0 deletions
diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog new file mode 100644 index 000000000000..7642f93d180f --- /dev/null +++ b/app-editors/mlview/ChangeLog @@ -0,0 +1,33 @@ +# ChangeLog for app-editors/mlview +# Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.1 2004/04/19 03:25:26 leonardop Exp $ + + 18 Apr 2004; L. Boshell <leonardop@gentoo.org> mlview-0.6.2.ebuild, + metadata.xml: + Marked 0.6.2 stable on x86. Adding maintainer and description to the + metadata file. + +*mlview-0.6.2 (25 Jan 2004) + + 25 Jan 2004; Mike Gardiner <obz@gentoo.org> mlview-0.0.3_rc1.ebuild, + mlview-0.6.0.ebuild, mlview-0.6.1.ebuild, mlview-0.6.2.ebuild: + New version, thanks for the report on bug #35861 from <i386@sauceage.org> + +*mlview-0.6.1 (24 Nov 2003) + + 24 Nov 2003; Mike Gardiner <obz@gentoo.org> mlview-0.6.1.ebuild: + New version. Updated the dependencies and removed the patch - it's not + required anymore + +*mlview-0.6.0 (28 Sep 2003) + + 28 Sep 2003; Mike Gardiner <obz@gentoo.org> metadata.xml, + mlview-0.6.0.ebuild, files/mlview-0.6.0-Makefile.in.patch: + New version, rewrote the ebuild to take advantage of the gnome2 eclass, as + well as included a patch for the Makefile.in against sandbox violations + +*mlview-0.0.3_rc1 (05 Nov 2002) + + 05 Nov 2002; L. Boshell <leonardop@gentoo.org> ChangeLog, + mlview-0.0.3_rc1.ebuild : Initial import. Thanks to Rigo Ketelings for + his contribution on bug #7079. diff --git a/app-editors/mlview/files/digest-mlview-0.6.1 b/app-editors/mlview/files/digest-mlview-0.6.1 new file mode 100644 index 000000000000..fcfb8d68ba62 --- /dev/null +++ b/app-editors/mlview/files/digest-mlview-0.6.1 @@ -0,0 +1 @@ +MD5 a2f3b78faafc9dc8644c6c7e632de716 mlview-0.6.1.tar.bz2 437705 diff --git a/app-editors/mlview/files/digest-mlview-0.6.2 b/app-editors/mlview/files/digest-mlview-0.6.2 new file mode 100644 index 000000000000..1bf5b2ba43ea --- /dev/null +++ b/app-editors/mlview/files/digest-mlview-0.6.2 @@ -0,0 +1 @@ +MD5 0cbdd1b55f8ad7aa1769ddac38ffea9d mlview-0.6.2.tar.bz2 451900 diff --git a/app-editors/mlview/files/mlview-0.6.0-Makefile.in.patch b/app-editors/mlview/files/mlview-0.6.0-Makefile.in.patch new file mode 100644 index 000000000000..e984a622a12c --- /dev/null +++ b/app-editors/mlview/files/mlview-0.6.0-Makefile.in.patch @@ -0,0 +1,25 @@ +--- Makefile.in.orig 2003-09-28 18:17:30.391098704 +0800 ++++ Makefile.in 2003-09-28 18:18:37.115954984 +0800 +@@ -446,14 +446,14 @@ + ln -s mlv gmlview ; \ + fi ; + # Install an entry in the GNOME Applications menu: +- mkdir -p ${prefix}/share/gnome/apps/Applications +- echo "[Desktop Entry]" > ${prefix}/share/gnome/apps/Applications/mlview.desktop +- echo "Name=MlView" >> ${prefix}/share/gnome/apps/Applications/mlview.desktop +- echo "Comment=MlView - XML editor for GNOME" >> ${prefix}/share/gnome/apps/Applications/mlview.desktop +- echo "Comment[fr]=MlView - Éditeur XML pour GNOME" >> ${prefix}/share/gnome/apps/Applications/mlview.desktop +- echo "Exec=mlv" >> ${prefix}/share/gnome/apps/Applications/mlview.desktop +- echo "Terminal=0" >> ${prefix}/share/gnome/apps/Applications/mlview.desktop +- echo "Type=Application" >> ${prefix}/share/gnome/apps/Applications/mlview.desktop ++ mkdir -p ${DESTDIR}/${prefix}/share/gnome/apps/Applications ++ echo "[Desktop Entry]" > ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop ++ echo "Name=MlView" >> ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop ++ echo "Comment=MlView - XML editor for GNOME" >> ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop ++ echo "Comment[fr]=MlView - Éditeur XML pour GNOME" >> ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop ++ echo "Exec=mlv" >> ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop ++ echo "Terminal=0" >> ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop ++ echo "Type=Application" >> ${DESTDIR}/${prefix}/share/gnome/apps/Applications/mlview.desktop + + uninstall-local: + -rm -rf $(datadir)/$(MLVIEW_DIR_NAME) ; \ diff --git a/app-editors/mlview/metadata.xml b/app-editors/mlview/metadata.xml new file mode 100644 index 000000000000..158fd4901e7b --- /dev/null +++ b/app-editors/mlview/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnome</herd> + <maintainer> + <email>leonardop@gentoo.org</email> + <name>Leonardo Boshell</name> + </maintainer> + <longdescription> + The MlView project is an on going effort to develop an xml editor + for GNOME environment. It is written in C and uses the gnome + libraries (libxml2, gtk+, libgnome*, etc). + </longdescription> +</pkgmetadata> diff --git a/app-editors/mlview/mlview-0.6.1.ebuild b/app-editors/mlview/mlview-0.6.1.ebuild new file mode 100644 index 000000000000..554d2d4d0adc --- /dev/null +++ b/app-editors/mlview/mlview-0.6.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.6.1.ebuild,v 1.1 2004/04/19 03:25:26 leonardop Exp $ + +inherit gnome2 + +DESCRIPTION="MLview is an XML editor for the GNOME environment" +HOMEPAGE="http://www.freespiders.org/projects/gmlview/" +LICENSE="GPL-2" + +IUSE="" +SLOT="0" +KEYWORDS="x86" + +RDEPEND=">=gnome-base/libgnomeui-2.2 + >=gnome-base/libgnome-2.2 + >=gnome-base/gconf-2.2 + >=dev-libs/libxml2-2.4.30 + >=dev-libs/glib-2.2 + >=x11-libs/gtk+-2.2 + >=gnome-base/libglade-2" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.25 + sys-devel/gettext + dev-util/pkgconfig" + +DOCS="ABOUT-NLS AUTHORS BRANCHES COPYING ChangeLog INSTALL NEWS README" +USE_DESTDIR="1" + diff --git a/app-editors/mlview/mlview-0.6.2.ebuild b/app-editors/mlview/mlview-0.6.2.ebuild new file mode 100644 index 000000000000..1dbc7080175c --- /dev/null +++ b/app-editors/mlview/mlview-0.6.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.6.2.ebuild,v 1.1 2004/04/19 03:25:26 leonardop Exp $ + +inherit gnome2 + +DESCRIPTION="MLview is an XML editor for the GNOME environment" +HOMEPAGE="http://www.freespiders.org/projects/gmlview/" +LICENSE="GPL-2" + +IUSE="" +SLOT="0" +KEYWORDS="x86" + +RDEPEND=">=gnome-base/libgnomeui-2.2 + >=gnome-base/libgnome-2.2 + >=gnome-base/gconf-2.2 + >=dev-libs/libxml2-2.4.30 + >=dev-libs/libxslt-1.0.33 + >=dev-libs/glib-2.2 + >=x11-libs/gtk+-2.2 + >=gnome-base/libglade-2 + >=gnome-base/eel-2.2" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.25 + sys-devel/gettext + dev-util/pkgconfig" + +DOCS="ABOUT-NLS AUTHORS BRANCHES COPYING ChangeLog INSTALL NEWS README" +USE_DESTDIR="1" + |