summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-08-20 15:40:00 +0000
committerSamuli Suominen <drac@gentoo.org>2007-08-20 15:40:00 +0000
commit88e226eb3b6c1883a39b769e2c386f0b0e718e3c (patch)
tree567818ee870e2f03204e91d0afbfa3fa0aac4ea9 /x11-misc
parentRemoved obsolete versions. (diff)
downloadgentoo-2-88e226eb3b6c1883a39b769e2c386f0b0e718e3c.tar.gz
gentoo-2-88e226eb3b6c1883a39b769e2c386f0b0e718e3c.tar.bz2
gentoo-2-88e226eb3b6c1883a39b769e2c386f0b0e718e3c.zip
Version bump.
(Portage version: 2.1.3.6)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xdg-utils/ChangeLog7
-rw-r--r--x11-misc/xdg-utils/files/digest-xdg-utils-1.0.23
-rw-r--r--x11-misc/xdg-utils/xdg-utils-1.0.2.ebuild24
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-misc/xdg-utils/ChangeLog b/x11-misc/xdg-utils/ChangeLog
index 946764b48b84..333ac90dfc3c 100644
--- a/x11-misc/xdg-utils/ChangeLog
+++ b/x11-misc/xdg-utils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xdg-utils
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/ChangeLog,v 1.31 2007/07/09 20:27:58 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/ChangeLog,v 1.32 2007/08/20 15:39:59 drac Exp $
+
+*xdg-utils-1.0.2 (20 Aug 2007)
+
+ 20 Aug 2007; Samuli Suominen <drac@gentoo.org> +xdg-utils-1.0.2.ebuild:
+ Version bump.
09 Jul 2007; Samuli Suominen <drac@gentoo.org> metadata.xml,
-xdg-utils-1.0.ebuild:
diff --git a/x11-misc/xdg-utils/files/digest-xdg-utils-1.0.2 b/x11-misc/xdg-utils/files/digest-xdg-utils-1.0.2
new file mode 100644
index 000000000000..f6212469f2cc
--- /dev/null
+++ b/x11-misc/xdg-utils/files/digest-xdg-utils-1.0.2
@@ -0,0 +1,3 @@
+MD5 348a5b91dc66426505022c74a64b2940 xdg-utils-1.0.2.tgz 282262
+RMD160 344482917e8c780613ec20b103f8e51322540c04 xdg-utils-1.0.2.tgz 282262
+SHA256 21aeb7d16b2529b8d3975118f59eec09953e09f9a68d718159e98c90474b01ac xdg-utils-1.0.2.tgz 282262
diff --git a/x11-misc/xdg-utils/xdg-utils-1.0.2.ebuild b/x11-misc/xdg-utils/xdg-utils-1.0.2.ebuild
new file mode 100644
index 000000000000..c6b63733cc13
--- /dev/null
+++ b/x11-misc/xdg-utils/xdg-utils-1.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdg-utils/xdg-utils-1.0.2.ebuild,v 1.1 2007/08/20 15:39:59 drac Exp $
+
+DESCRIPTION="Portland utils for cross-platform/cross-toolkit/cross-desktop interoperability"
+HOMEPAGE="http://portland.freedesktop.org/wiki/Portland"
+SRC_URI="http://portland.freedesktop.org/download/${P}.tgz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="doc"
+
+RESTRICT="test"
+
+RDEPEND="x11-apps/xprop"
+DEPEND="app-text/xmlto"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc ChangeLog README RELEASE_NOTES TODO
+ newdoc scripts/README README.scripts
+ use doc && dohtml -r scripts/html
+}