summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2006-06-12 19:16:17 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2006-06-12 19:16:17 +0000
commitef5b7f657a898a13fcd7bbd8b075bc4de865444f (patch)
treed5385c5e04d73a9b606ecba0a953895f2b1093a3 /sys-cluster/iddev
parentAdd confcache restriction, probabably build system's fault. Thanks to Bo Ørs... (diff)
downloadhistorical-ef5b7f657a898a13fcd7bbd8b075bc4de865444f.tar.gz
historical-ef5b7f657a898a13fcd7bbd8b075bc4de865444f.tar.bz2
historical-ef5b7f657a898a13fcd7bbd8b075bc4de865444f.zip
Fixed description, thanks to Jakub Moc <jakub@gentoo.org> for pointing it out.
Package-Manager: portage-2203-svn
Diffstat (limited to 'sys-cluster/iddev')
-rw-r--r--sys-cluster/iddev/ChangeLog6
-rw-r--r--sys-cluster/iddev/Manifest16
-rw-r--r--sys-cluster/iddev/iddev-1.00.00.ebuild6
-rw-r--r--sys-cluster/iddev/iddev-1.01.00.ebuild4
-rw-r--r--sys-cluster/iddev/iddev-1.02.00.ebuild4
-rw-r--r--sys-cluster/iddev/metadata.xml5
6 files changed, 25 insertions, 16 deletions
diff --git a/sys-cluster/iddev/ChangeLog b/sys-cluster/iddev/ChangeLog
index 9e0dd32e1180..88e8d68a78d2 100644
--- a/sys-cluster/iddev/ChangeLog
+++ b/sys-cluster/iddev/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/iddev
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/iddev/ChangeLog,v 1.11 2006/05/02 21:19:33 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/iddev/ChangeLog,v 1.12 2006/06/12 19:16:17 xmerlin Exp $
+
+ 12 Jun 2006; Christian Zoffoli <xmerlin@gentoo.org> metadata.xml,
+ iddev-1.00.00.ebuild, iddev-1.01.00.ebuild, iddev-1.02.00.ebuild:
+ Fixed description, thanks to Jakub Moc <jakub@gentoo.org> for pointing it out.
*iddev-1.02.00 (30 Apr 2006)
diff --git a/sys-cluster/iddev/Manifest b/sys-cluster/iddev/Manifest
index dadcd034e715..771671b21ec3 100644
--- a/sys-cluster/iddev/Manifest
+++ b/sys-cluster/iddev/Manifest
@@ -1,18 +1,18 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 9bdbeb1ce21750d6e37b02aeaad774f2 ChangeLog 1320
+MD5 ea1ae1af8e0d46b382fb1e0ea33018f5 ChangeLog 1538
MD5 4f2d164091c3df995eb6cd31f2347a68 files/digest-iddev-1.00.00 68
MD5 9d2b25c988a934245d5ef85edcf067d8 files/digest-iddev-1.01.00 68
MD5 9b7b430d3bc3f98b77ffdfd13778bd1c files/digest-iddev-1.02.00 68
-MD5 eb8e6a65c73748cc8b0b5e0a7b011720 iddev-1.00.00.ebuild 601
-MD5 c2d700fb9aae5d101128d1f8a78cdeeb iddev-1.01.00.ebuild 600
-MD5 5fd61261a0402484841993abb9010d13 iddev-1.02.00.ebuild 601
-MD5 a64b9a1937a5cfc2fbaf373521f65d47 metadata.xml 223
+MD5 4a9fb159213016cbd8e27d5ba2c996c7 iddev-1.00.00.ebuild 647
+MD5 8523da4b6a8672fee086c18f09584cfa iddev-1.01.00.ebuild 646
+MD5 92d4bc97493c269634b0beef682e2afe iddev-1.02.00.ebuild 647
+MD5 1886e445bcb1f34c3b3f00923d64c0f0 metadata.xml 401
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
-iD8DBQFEV9wMgMUyd/cdjWsRAroJAJ9Ezhy2Xqg3Z18PBx1WTQfNlsF81wCglCtd
-Qjl4ine2+XsO2n2sEC0pZPQ=
-=it3S
+iD8DBQFEjczOgMUyd/cdjWsRAj5RAJ9fCLRzRtlfbQoEP1HWXckNw6ePwgCggZwB
+5Vjrs3EyhU9ar35n2f+j0To=
+=VrOL
-----END PGP SIGNATURE-----
diff --git a/sys-cluster/iddev/iddev-1.00.00.ebuild b/sys-cluster/iddev/iddev-1.00.00.ebuild
index 75270780f678..f1652e05144f 100644
--- a/sys-cluster/iddev/iddev-1.00.00.ebuild
+++ b/sys-cluster/iddev/iddev-1.00.00.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/iddev/iddev-1.00.00.ebuild,v 1.4 2005/10/08 15:31:53 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/iddev/iddev-1.00.00.ebuild,v 1.5 2006/06/12 19:16:17 xmerlin Exp $
MY_P="cluster-${PV}"
-DESCRIPTION="iddev"
+DESCRIPTION="iddev is a library that identifies device contents."
HOMEPAGE="http://sources.redhat.com/cluster/"
SRC_URI="ftp://sources.redhat.com/pub/cluster/releases/${MY_P}.tar.gz"
diff --git a/sys-cluster/iddev/iddev-1.01.00.ebuild b/sys-cluster/iddev/iddev-1.01.00.ebuild
index 8d9c338f9e30..0272cea82b3c 100644
--- a/sys-cluster/iddev/iddev-1.01.00.ebuild
+++ b/sys-cluster/iddev/iddev-1.01.00.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/iddev/iddev-1.01.00.ebuild,v 1.2 2006/05/02 21:19:33 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/iddev/iddev-1.01.00.ebuild,v 1.3 2006/06/12 19:16:17 xmerlin Exp $
MY_P="cluster-${PV}"
-DESCRIPTION="iddev"
+DESCRIPTION="iddev is a library that identifies device contents."
HOMEPAGE="http://sources.redhat.com/cluster/"
SRC_URI="ftp://sources.redhat.com/pub/cluster/releases/${MY_P}.tar.gz"
diff --git a/sys-cluster/iddev/iddev-1.02.00.ebuild b/sys-cluster/iddev/iddev-1.02.00.ebuild
index 15b607f9024b..0962db307fd2 100644
--- a/sys-cluster/iddev/iddev-1.02.00.ebuild
+++ b/sys-cluster/iddev/iddev-1.02.00.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/iddev/iddev-1.02.00.ebuild,v 1.1 2006/05/02 21:19:33 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/iddev/iddev-1.02.00.ebuild,v 1.2 2006/06/12 19:16:17 xmerlin Exp $
MY_P="cluster-${PV}"
-DESCRIPTION="iddev"
+DESCRIPTION="iddev is a library that identifies device contents."
HOMEPAGE="http://sources.redhat.com/cluster/"
SRC_URI="ftp://sources.redhat.com/pub/cluster/releases/${MY_P}.tar.gz"
diff --git a/sys-cluster/iddev/metadata.xml b/sys-cluster/iddev/metadata.xml
index e2b45fb75fca..a34687eff902 100644
--- a/sys-cluster/iddev/metadata.xml
+++ b/sys-cluster/iddev/metadata.xml
@@ -5,4 +5,9 @@
<maintainer>
<email>cluster@gentoo.org</email>
</maintainer>
+<longdescription>
+iddev is a library that identifies device contents. It will
+tell you what file system (or logical volume manager) has
+formatted the device.
+</longdescription>
</pkgmetadata>