diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-09-05 20:52:51 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-09-05 20:52:51 +0000 |
commit | 58358ea88b2aceeaa06d39ff17419c2d2ccb0267 (patch) | |
tree | 8f7dedfe93e36e949851f8924339b95fe628510a /app-editors/mlview | |
parent | ~amd64 (diff) | |
download | historical-58358ea88b2aceeaa06d39ff17419c2d2ccb0267.tar.gz historical-58358ea88b2aceeaa06d39ff17419c2d2ccb0267.tar.bz2 historical-58358ea88b2aceeaa06d39ff17419c2d2ccb0267.zip |
fixing dbus deps
Package-Manager: portage-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/Manifest | 16 | ||||
-rw-r--r-- | app-editors/mlview/mlview-0.8.ebuild | 4 |
3 files changed, 19 insertions, 6 deletions
diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog index ee6702824882..00f9c2f6ef07 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.12 2005/08/18 18:36:30 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.13 2005/09/05 20:52:51 cardoe Exp $ + + 05 Sep 2005; Doug Goldstein <cardoe@gentoo.org> mlview-0.8.ebuild: + fixing dbus deps 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> mlview-0.8.ebuild: Stable on ppc. diff --git a/app-editors/mlview/Manifest b/app-editors/mlview/Manifest index 4839c0c9e63c..da9868a99ac3 100644 --- a/app-editors/mlview/Manifest +++ b/app-editors/mlview/Manifest @@ -1,8 +1,18 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 3d1c5452dbad40cfae3ada554ea52996 ChangeLog 2793 MD5 ab639871e30a3590f808d0109386ab2b metadata.xml 488 -MD5 da1021eb4f3198763cb15b6f78b32c8f ChangeLog 2704 -MD5 0973f5792a95f774630812731b73ab80 mlview-0.8.ebuild 1055 MD5 cbd2405b11f4b030d1971adf4f10a2fe mlview-0.6.3.ebuild 903 +MD5 082cfcb79eacdb006644f1dadab3e782 mlview-0.8.ebuild 1055 MD5 8040734f5b03630f75d7df9fd48b2aab files/digest-mlview-0.6.3 65 MD5 9a4c14d6701119f77b6faf025d0e8292 files/digest-mlview-0.8 63 -MD5 355a3710cdd4d752a7518dfc1c1a043f files/mlview-0.8-dot_desktop.patch 834 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----- diff --git a/app-editors/mlview/mlview-0.8.ebuild b/app-editors/mlview/mlview-0.8.ebuild index 70c59bac821a..a02f08627894 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.3 2005/08/18 18:36:30 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.8.ebuild,v 1.4 2005/09/05 20:52:51 cardoe Exp $ inherit eutils gnome2 @@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.11 >=gnome-base/gconf-2.6.2 >=gnome-base/eel-2.6.2 >=x11-libs/gtksourceview-1 - dbus? ( >=sys-apps/dbus-0.22 ) + dbus? ( =sys-apps/dbus-0.23* ) sys-libs/zlib" DEPEND="${RDEPEND} >=dev-util/intltool-0.33 |