]> Pileus Git - ~andy/sunrise/commitdiff
dev-libs/libcitadel: Re-added the install phase so the files compiled by this ebuild...
authorStefan Garthe (the_mgt) <themgt@uncensored.citadel.org>
Tue, 10 Aug 2010 09:11:11 +0000 (09:11 +0000)
committerStefan Garthe (the_mgt) <themgt@uncensored.citadel.org>
Tue, 10 Aug 2010 09:11:11 +0000 (09:11 +0000)
svn path=/sunrise/; revision=11111

dev-libs/libcitadel/ChangeLog
dev-libs/libcitadel/Manifest
dev-libs/libcitadel/libcitadel-7.83.ebuild

index caad96668a2cd3fa45c4c49f4df35a68e069d8d8..232c2335e898a586982a6ed5abcc57994d1e8b88 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Aug 2010; the_mgt (the_mgt) <themgt@mail.ru> libcitadel-7.83.ebuild:
+  Re-added the install phase so the files compiled by this ebuild do really
+  get installed...
+
   03 Aug 2010; the_mgt (the_mgt) <themgt@mail.ru> -libcitadel-7.81.ebuild,
   +libcitadel-7.83.ebuild:
   Version bump by renaming the libcitadel ebuild
index 1f63d47a6408fde5050c7e217b86f5443ce55fe0..d7b6244b6499e1ff1b4d6f8c865959191cf7a4b5 100644 (file)
@@ -1,4 +1,4 @@
 DIST libcitadel-7.83.tar.gz 554701 RMD160 887c03a6e3fc73ffa67f582004173573a55e6e29 SHA1 c2f76744a10809e4efb2b8d9a94abbde78433807 SHA256 0ba0b0b273c4c16c8ce4e8c994eaaa475e567a707c5efdaf29d5021739551d17
-EBUILD libcitadel-7.83.ebuild 577 RMD160 9953b2d06d847b44aee622a10bad642091592984 SHA1 f3d8c70afb8ab960dc7149605fd3a2b6b3671b87 SHA256 608f249f645d86a504a01fd06be6cf8deffd4b9f0c1d499dec4fae7b706eb57f
-MISC ChangeLog 1125 RMD160 1482a5e9a57ac02c9a06ce2aa4a776839cf5e743 SHA1 900a58a871270a3859e3818405573540f79e8e10 SHA256 0160d7f1c0be60802ddd5478ce92e4c9dfee2f9bb2507d8e7f53b47d570c0d39
+EBUILD libcitadel-7.83.ebuild 663 RMD160 33247c8aceb3589b2dc5de2b429637252bff607e SHA1 b29dddc4b44717136f3971edb75570388f2791c2 SHA256 c35d6edbf07683f3ec234bb2e7ba259688a9a00360712d753a7a0bf469ff34dc
+MISC ChangeLog 1295 RMD160 f8a7e188f31a4397ef881c4f1c5bb127a4748341 SHA1 2c36061b622031f6b3bec1a285290ea46be3683d SHA256 ca32c11f2d8339a828c051e49a77cdcf978d0ac544aa9f92be676b0eced1e964
 MISC metadata.xml 704 RMD160 cf70d63f0f3e1820c491292ae4aa9a54094d1480 SHA1 4290fc7acaa170bd39e501e5d60347ba65c8041e SHA256 8cc862331b3dbee1444e1564b46f7f2090065aeede0dfd4d3520b1b7973c4d4f
index 970888052c067f4dd11d68736fd91f5300fb4c52..3783e17314ecba553ad3ee680b7b4e167492ee1e 100644 (file)
@@ -27,3 +27,7 @@ src_configure() {
        filter-flags -finline-functions
        econf
 }
+
+src_install() {
+        emake DESTDIR="${D}" install || die "emake install failed"
+}