diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-12-14 13:25:18 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-12-14 13:25:18 +0000 |
commit | 4999772d17b1fc97abf2b209a6ffe7879e8a13c1 (patch) | |
tree | f7df3cdbd2d7553fc6a5ae2cf1d50ce56a6baf81 /app-mobilephone | |
parent | app-mobilephone/openmoko-dfu-util: no need to install COPYING file (diff) | |
download | sunrise-4999772d17b1fc97abf2b209a6ffe7879e8a13c1.tar.gz sunrise-4999772d17b1fc97abf2b209a6ffe7879e8a13c1.tar.bz2 sunrise-4999772d17b1fc97abf2b209a6ffe7879e8a13c1.zip |
app-mobilephone/openmoko-dfu-util: correct leading spaces, watch your repoman output
svn path=/sunrise/; revision=5259
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/openmoko-dfu-util/ChangeLog | 4 | ||||
-rw-r--r-- | app-mobilephone/openmoko-dfu-util/Manifest | 4 | ||||
-rw-r--r-- | app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild | 8 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-mobilephone/openmoko-dfu-util/ChangeLog b/app-mobilephone/openmoko-dfu-util/ChangeLog index fdada86c7..f29cfa486 100644 --- a/app-mobilephone/openmoko-dfu-util/ChangeLog +++ b/app-mobilephone/openmoko-dfu-util/ChangeLog @@ -4,6 +4,10 @@ 14 Dec 2007; Christian Faulhammer <opfer@gentoo.org> openmoko-dfu-util-9999.ebuild: + correct leading spaces, watch your repoman output + + 14 Dec 2007; Christian Faulhammer <opfer@gentoo.org> + openmoko-dfu-util-9999.ebuild: no need to install COPYING file 11 Dec 2007; Mikael Lammentausta <mikael.lammentausta at gmail.com > diff --git a/app-mobilephone/openmoko-dfu-util/Manifest b/app-mobilephone/openmoko-dfu-util/Manifest index 44e252ce5..dfb8e8d38 100644 --- a/app-mobilephone/openmoko-dfu-util/Manifest +++ b/app-mobilephone/openmoko-dfu-util/Manifest @@ -1,3 +1,3 @@ -EBUILD openmoko-dfu-util-9999.ebuild 701 RMD160 7a7f26d952646d012a224baa955a65fc98bb63b3 SHA1 4571f9522a7c8ddf82f9a425515cbae9d1f98292 SHA256 fffc7c25fa6d58b17f9f7cf697cf6f28595020f2360aa18457bc4325a903f57e -MISC ChangeLog 381 RMD160 8d1a3198180062d2c22b2f7a868762c23f9989d2 SHA1 4069a0f2e6ad4909eb0841be8a8508452c1c2c51 SHA256 0b2aa11606438a5c57a6a732928fb1bca554e7a473d38e40d4c1d238bd2b0b67 +EBUILD openmoko-dfu-util-9999.ebuild 697 RMD160 d2f74854bfb8b1c620e4c7755778c07d2933856b SHA1 720bfc8ef2b8a92e0a341180f98ded3af1c120da SHA256 bb0e698562141b62f65931d32ae572aa4b4522417510950a770221c99c382564 +MISC ChangeLog 522 RMD160 acdea797a375ece2a3fd603a8959b4a1316d1aad SHA1 7168ccb90e348757c3abfedc11f9e8a15096ab9a SHA256 79b91da57abcc9fe8bb40088ff72c0db5656e9afdb8dfcc82808a4ce03bfbbac MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild b/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild index 53a044d62..77f3bdbed 100644 --- a/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild +++ b/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild @@ -17,11 +17,11 @@ DEPEND="dev-libs/libusb" RDEPEND="${DEPEND}" src_compile() { - eautoreconf || die "eautoreconf failed" - econf prefix=/usr || die "Configure failed" - emake || die "Make failed" + eautoreconf || die "eautoreconf failed" + econf prefix=/usr || die "Configure failed" + emake || die "Make failed" } src_install() { - emake DESTDIR="${D}" install || die "Make install failed" + emake DESTDIR="${D}" install || die "Make install failed" } |