summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2009-09-27 06:42:25 +0000
committerJustin Lecher <jlec@gentoo.org>2009-09-27 06:42:25 +0000
commit9166ec6d962c5319819ccdd872277f5eed2a0a65 (patch)
tree616cbe6b44e64b8d39ca2296a0c437bf321d45a3 /gnome-extra/gsmartcontrol/gsmartcontrol-0.8.5.ebuild
parentiodine is now in portage as net-misc/iodine (diff)
downloadsunrise-9166ec6d962c5319819ccdd872277f5eed2a0a65.tar.gz
sunrise-9166ec6d962c5319819ccdd872277f5eed2a0a65.tar.bz2
sunrise-9166ec6d962c5319819ccdd872277f5eed2a0a65.zip
gnome-extra/gsmartcontrol: corrected DOCDIR location and removed unnessesary installtion of licenses
svn path=/sunrise/; revision=9298
Diffstat (limited to 'gnome-extra/gsmartcontrol/gsmartcontrol-0.8.5.ebuild')
-rw-r--r--gnome-extra/gsmartcontrol/gsmartcontrol-0.8.5.ebuild15
1 files changed, 11 insertions, 4 deletions
diff --git a/gnome-extra/gsmartcontrol/gsmartcontrol-0.8.5.ebuild b/gnome-extra/gsmartcontrol/gsmartcontrol-0.8.5.ebuild
index bf90769fd..447948109 100644
--- a/gnome-extra/gsmartcontrol/gsmartcontrol-0.8.5.ebuild
+++ b/gnome-extra/gsmartcontrol/gsmartcontrol-0.8.5.ebuild
@@ -4,7 +4,7 @@
EAPI="2"
-inherit gnome2
+inherit autotools eutils gnome2
DESCRIPTION="Graphical user interface for smartctl"
HOMEPAGE="http://gsmartcontrol.berlios.de"
@@ -15,11 +15,18 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="dev-cpp/gtkmm:2.4
+RDEPEND="
+ dev-cpp/gtkmm:2.4
dev-libs/libpcre
sys-apps/smartmontools"
-
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-DOCS="AUTHORS.txt ChangeLog NEWS README.txt"
+G2CONF="--docdir=/usr/share/doc/${P}"
+
+src_prepare() {
+ gnome2_src_prepare
+ epatch "${FILESDIR}"/${PV}-fixdocs.patch
+ eautoreconf
+}
+