diff options
author | 2008-09-16 09:41:13 +0000 | |
---|---|---|
committer | 2008-09-16 09:41:13 +0000 | |
commit | e368546f73e55d825842ae5904abfd6a200449bb (patch) | |
tree | 5c10f48b0babf98d39d2c34182a6d557b22566d1 /dev-libs | |
parent | New version of dbus-qt3 (diff) | |
download | overlay-e368546f73e55d825842ae5904abfd6a200449bb.tar.gz overlay-e368546f73e55d825842ae5904abfd6a200449bb.tar.bz2 overlay-e368546f73e55d825842ae5904abfd6a200449bb.zip |
Fixed compilation problems with dbus-qt3
svn path=/overlay/; revision=57
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/dbus-qt3/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/dbus-qt3/dbus-qt3-0.9.ebuild | 13 |
2 files changed, 2 insertions, 13 deletions
diff --git a/dev-libs/dbus-qt3/Manifest b/dev-libs/dbus-qt3/Manifest index 2597c72..1b01e6b 100644 --- a/dev-libs/dbus-qt3/Manifest +++ b/dev-libs/dbus-qt3/Manifest @@ -1,2 +1,2 @@ DIST dbus-1-qt3-0.9.tar.gz 452161 RMD160 54014c5d900b6d4c71fb2188b7d272af3da450ba SHA1 e7d1c50c87976ceafa666706564b4362773fae04 SHA256 b65cfc56455b1079a0c8f05486f0c976f763e3009b0ebfbf6b40ac2668d1a0fc -EBUILD dbus-qt3-0.9.ebuild 786 RMD160 576cd4ed38aa3968b4074303efb0cd0c70cb25ec SHA1 267b0d24ab9e85e4a72cace8d8221613ee6d9bb3 SHA256 27f99c1279a345c57a753393fd0610c7567bc8f2ffdcc98b90e7759e7dd8253f +EBUILD dbus-qt3-0.9.ebuild 667 RMD160 c1027a639d0c3930aa624e210e9afd5ca41ac2af SHA1 10c79e60567707c1412b23eae8d13bf034744c3a SHA256 0e7bbe60147e49ef1ed4970f9b317154e099c8ff6e09a6cbc5844f136265c0bc diff --git a/dev-libs/dbus-qt3/dbus-qt3-0.9.ebuild b/dev-libs/dbus-qt3/dbus-qt3-0.9.ebuild index 800e81f..59c524a 100644 --- a/dev-libs/dbus-qt3/dbus-qt3-0.9.ebuild +++ b/dev-libs/dbus-qt3/dbus-qt3-0.9.ebuild @@ -22,17 +22,6 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} -src_unpack () { - unpack ${A} - cd "${S}" - - eautoreconf -} - -src_compile() { - emake || die "emake failed" -} - src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install || die "emake install failed" } |