diff options
author | Chris White <chriswhite@gentoo.org> | 2006-01-08 23:28:37 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2006-01-08 23:28:37 +0000 |
commit | a749459037ce785deaf436aa4658f42476dd8997 (patch) | |
tree | e7c93deb04b401c5815d2678fa074dd2f145b5c2 /app-pda/orange | |
parent | Fixed LDPATH (bug #110561). (diff) | |
download | historical-a749459037ce785deaf436aa4658f42476dd8997.tar.gz historical-a749459037ce785deaf436aa4658f42476dd8997.tar.bz2 historical-a749459037ce785deaf436aa4658f42476dd8997.zip |
Three line DESCRIPTIONs are bad and make baby jesus cry. Moving to <longdescription> in metadata.xml and making a shorter DESCRIPTION for the ebuild. Thank you for shopping at Gentoo.
(all your kde-base are belong to us version: 2.0.51.22-r3)
Diffstat (limited to 'app-pda/orange')
-rw-r--r-- | app-pda/orange/ChangeLog | 8 | ||||
-rw-r--r-- | app-pda/orange/Manifest | 16 | ||||
-rw-r--r-- | app-pda/orange/metadata.xml | 5 | ||||
-rw-r--r-- | app-pda/orange/orange-0.2-r1.ebuild | 8 |
4 files changed, 27 insertions, 10 deletions
diff --git a/app-pda/orange/ChangeLog b/app-pda/orange/ChangeLog index a8872dd6225b..49923934659c 100644 --- a/app-pda/orange/ChangeLog +++ b/app-pda/orange/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/orange -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.7 2005/01/01 15:46:20 eradicator Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/ChangeLog,v 1.8 2006/01/08 23:28:37 chriswhite Exp $ + + 08 Jan 2006; Chris White <chriswhite@gentoo.org> metadata.xml, + orange-0.2-r1.ebuild: + Moved DESCRIPTION to metadata.xml and fixed DESCRIPTION in ebuild. 18 Oct 2004; David Holm <dholm@gentoo.org> orange-0.2-r1.ebuild: Added to ~ppc. diff --git a/app-pda/orange/Manifest b/app-pda/orange/Manifest index 8095c2f86796..7bea4d180874 100644 --- a/app-pda/orange/Manifest +++ b/app-pda/orange/Manifest @@ -1,4 +1,14 @@ -MD5 91f6c4feccec1a8bc1758331445e5e19 ChangeLog 978 -MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156 -MD5 74efb96ce4ba0a2e2f9a92aea14a03f0 orange-0.2-r1.ebuild 868 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 cb1feccf2d08f0d3b6021d5b5b25b6d8 orange-0.2-r1.ebuild 788 +MD5 de6165bd00e440fd93135692763ce33f metadata.xml 338 +MD5 fca23f2156492e53a3c197757baed4de ChangeLog 1137 MD5 3339a3a1177eae3ebf876657ef36d831 files/digest-orange-0.2-r1 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDwaA3FdQwWVoAgN4RAj7AAKCGQqKpEy7PECVrp1TMu7PRjKZKHwCg1qa0 +XnGHF6vo7BfctKvvBuBpoAs= +=dmrS +-----END PGP SIGNATURE----- diff --git a/app-pda/orange/metadata.xml b/app-pda/orange/metadata.xml index 228404d3a4b2..525bd970c83a 100644 --- a/app-pda/orange/metadata.xml +++ b/app-pda/orange/metadata.xml @@ -2,4 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>pda</herd> +<longdescription> +Orange is a tool and library for squeezing out juicy +installable Microsoft Cabinet Files from self-extracting installers +for Microsoft Windows +</longdescription> </pkgmetadata> diff --git a/app-pda/orange/orange-0.2-r1.ebuild b/app-pda/orange/orange-0.2-r1.ebuild index 500e3ffbc833..f06e30b2a870 100644 --- a/app-pda/orange/orange-0.2-r1.ebuild +++ b/app-pda/orange/orange-0.2-r1.ebuild @@ -1,10 +1,8 @@ -# 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/app-pda/orange/orange-0.2-r1.ebuild,v 1.7 2005/01/01 15:46:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/orange/orange-0.2-r1.ebuild,v 1.8 2006/01/08 23:28:37 chriswhite Exp $ -DESCRIPTION="Orange is a tool and library for squeezing out juicy \ -installable Microsoft Cabinet Files from self-extracting installers \ -for Microsoft Windows" +DESCRIPTION="A tool and library for extracting cabs from executable installers." HOMEPAGE="http://sourceforge.net/projects/synce/" SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" |