diff options
author | 2005-01-19 01:31:52 +0000 | |
---|---|---|
committer | 2005-01-19 01:31:52 +0000 | |
commit | 30bb5c48b0ed314bbf7b4383083d0b460dc55a20 (patch) | |
tree | 1fef641794bce0811cd5bc5e03aae5f773c01e9b /net-ftp | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-30bb5c48b0ed314bbf7b4383083d0b460dc55a20.tar.gz historical-30bb5c48b0ed314bbf7b4383083d0b460dc55a20.tar.bz2 historical-30bb5c48b0ed314bbf7b4383083d0b460dc55a20.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/junkie/Manifest | 14 | ||||
-rw-r--r-- | net-ftp/junkie/junkie-0.3.1-r1.ebuild | 9 |
2 files changed, 5 insertions, 18 deletions
diff --git a/net-ftp/junkie/Manifest b/net-ftp/junkie/Manifest index d587195fce7c..526042e2b1fc 100644 --- a/net-ftp/junkie/Manifest +++ b/net-ftp/junkie/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 9fac2b6b0ca80f46d59186a82639678d ChangeLog 598 MD5 3452a1a98a98c5f2f67037a081f48120 junkie-0.3.1.ebuild 572 -MD5 c5bd09384b56368af0087c77ecf9341e junkie-0.3.1-r1.ebuild 1476 -MD5 ecfa379d2d434b9eedee9d717b327c8b files/junkie.desktop 310 +MD5 4f523bfa9b108494f1280b625bfd45b9 junkie-0.3.1-r1.ebuild 1470 MD5 510aa8f96446aca6b65790ced937c217 files/digest-junkie-0.3.1 64 MD5 510aa8f96446aca6b65790ced937c217 files/digest-junkie-0.3.1-r1 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB1IjomdTrptrqvGERAjumAKCcdoOMWcDjYWR8/+jHTFu5777gmQCeON/1 -NMoQD67nwTirG8G4wkHYYr0= -=VqPP ------END PGP SIGNATURE----- +MD5 ecfa379d2d434b9eedee9d717b327c8b files/junkie.desktop 310 diff --git a/net-ftp/junkie/junkie-0.3.1-r1.ebuild b/net-ftp/junkie/junkie-0.3.1-r1.ebuild index 49a878dfdeb1..e3027b7ac9fd 100644 --- a/net-ftp/junkie/junkie-0.3.1-r1.ebuild +++ b/net-ftp/junkie/junkie-0.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/junkie/junkie-0.3.1-r1.ebuild,v 1.1 2004/12/30 23:01:54 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/junkie/junkie-0.3.1-r1.ebuild,v 1.2 2005/01/19 01:31:52 mr_bones_ Exp $ inherit gnome2 @@ -16,9 +16,7 @@ KEYWORDS="x86 ~ppc ~sparc" DEPEND=">=x11-libs/gtk+-2.0.3 >=dev-libs/glib-2.0.0" - -src_install() -{ +src_install() { # Files "AUTHORS" and "COPYING" should also be here, but they are empty and dodoc can do nothing with them GNOME_LINKS_DIR="/usr/share/applications" @@ -35,7 +33,7 @@ src_install() do cp ${S}/$x ${D}/${GNOME_ICONS_DIR}/junkie-$x done - + cp ${FILESDIR}/junkie.desktop ${D}/${GNOME_LINKS_DIR} fi @@ -54,5 +52,4 @@ src_install() fi dodoc ChangeLog INSTALL NEWS README - } |