diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-30 09:20:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-30 09:20:48 +0000 |
commit | 163e98de464e54ce58585e7bef84a94dc68e9371 (patch) | |
tree | 99ea6e2a27355e0c957a328b3684834846975799 /app-cdr/xcdroast | |
parent | Fixed invalid atoms in *DEPEND. (diff) | |
download | historical-163e98de464e54ce58585e7bef84a94dc68e9371.tar.gz historical-163e98de464e54ce58585e7bef84a94dc68e9371.tar.bz2 historical-163e98de464e54ce58585e7bef84a94dc68e9371.zip |
repoman: Trim trailing whitespace
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-cdr/xcdroast')
-rw-r--r-- | app-cdr/xcdroast/Manifest | 8 | ||||
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha15-r3.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-cdr/xcdroast/Manifest b/app-cdr/xcdroast/Manifest index 32fe4fe3de7b..254c88576642 100644 --- a/app-cdr/xcdroast/Manifest +++ b/app-cdr/xcdroast/Manifest @@ -1,7 +1,7 @@ -MD5 740e3687139761d1b9e2f15b63dfc0ce xcdroast-0.98_alpha15-r3.ebuild 1978 -MD5 19a367523e7477490a1551c8ea5f9fef metadata.xml 384 MD5 0ac6183eac52fb0c66d55351ec00addb ChangeLog 7301 -MD5 26768959e3621b77b59f887551742eba files/xcdroast-0.98alpha15-dvd.patch 15532 -MD5 ccb3a30dc25ffa6c7d78b64ea8cb7f75 files/gtk2locale.patch 643 +MD5 19a367523e7477490a1551c8ea5f9fef metadata.xml 384 +MD5 e3eec67f1706df0530115bdff6d3a1e9 xcdroast-0.98_alpha15-r3.ebuild 1980 MD5 c74d0c61a25d9eefcba4401b5ffdfa0d files/digest-xcdroast-0.98_alpha15-r3 159 MD5 121eabf95d22bf4f85b5c0426bf133a5 files/64bit_gsize.patch 471 +MD5 26768959e3621b77b59f887551742eba files/xcdroast-0.98alpha15-dvd.patch 15532 +MD5 ccb3a30dc25ffa6c7d78b64ea8cb7f75 files/gtk2locale.patch 643 diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha15-r3.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha15-r3.ebuild index 7e11e123dc22..5d5db3805e30 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha15-r3.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha15-r3.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-cdr/xcdroast/xcdroast-0.98_alpha15-r3.ebuild,v 1.12 2005/03/30 01:05:15 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xcdroast/xcdroast-0.98_alpha15-r3.ebuild,v 1.13 2005/03/30 09:20:48 mr_bones_ Exp $ inherit eutils @@ -39,7 +39,7 @@ src_compile() { $(use_enable nls) \ $(use_enable gtk2) \ --disable-dependency-tracking || die - + make PREFIX=/usr || die } @@ -62,7 +62,7 @@ src_install() { insinto /usr/share/icons/hicolor/48x48/apps newins ${S}/xpms/xcdricon.xpm xcdroast.xpm - + make_desktop_entry xcdroast "X-CD-Roast" xcdroast "AudioVideo;DiscBurning" } |