]> Pileus Git - ~andy/sunrise/commitdiff
gnome-extra/gsmartcontrol: corrected DOCDIR location and removed unnessesary installt...
authorJustin Lecher <jlec@gentoo.org>
Sun, 27 Sep 2009 06:42:25 +0000 (06:42 +0000)
committerJustin Lecher <jlec@gentoo.org>
Sun, 27 Sep 2009 06:42:25 +0000 (06:42 +0000)
svn path=/sunrise/; revision=9298

gnome-extra/gsmartcontrol/ChangeLog
gnome-extra/gsmartcontrol/Manifest
gnome-extra/gsmartcontrol/files/0.8.5-fixdocs.patch [new file with mode: 0644]
gnome-extra/gsmartcontrol/gsmartcontrol-0.8.5.ebuild

index 43884066e102320cfa36df5138e60ae5ce598466..5bf447211b5e23325adc47d13b26b25ed60b6c88 100644 (file)
@@ -2,6 +2,11 @@
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Sep 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
+  +files/0.8.5-fixdocs.patch, gsmartcontrol-0.8.5.ebuild:
+  corrected DOCDIR location
+  removed unnessesary installtion of licenses
+
   26 Sep 2009; Fabiano Francesconi (elbryan) <fabiano.francesconi@gmail.com>
   gsmartcontrol-0.8.5.ebuild:
   Ported ebuild to EAPI="2"
index 7eec87e6f830b2fc412bfb9e4f488e6fcff66a55..ce95df71fff08693b4f760b202b12888afda0a15 100644 (file)
@@ -1,4 +1,5 @@
+AUX 0.8.5-fixdocs.patch 675 RMD160 2b1bd6f1053848f0494226808a21149d2ca9a468 SHA1 cb878145b1d1283cdda929c29388dd54e54dec4c SHA256 d89932358b0ebf0da66fe03ba76c054affb010a9936cc7ee2e632b6f33bc45ac
 DIST gsmartcontrol-0.8.5.tar.bz2 646121 RMD160 b34290335244c0401828ff7010310c218911dea0 SHA1 ac14276b64931e7f377910df4f2ebd1973bd604d SHA256 a02be0a1072c4d06de78d841b693145dfe4e686f348d321bd495c1ed4bf2e6dc
-EBUILD gsmartcontrol-0.8.5.ebuild 503 RMD160 177de335bde7ec8bae4b185517e8e84a14920abf SHA1 f13f82769ddc798eea301f225c49e9dca81916d5 SHA256 76cd8551026ec287689e6988b744146fec72312f843915dc66b8313b18249fe4
-MISC ChangeLog 438 RMD160 adf2a8cb754c0bf4fbd46a518d67067c810ceb1f SHA1 ab8031a76b8d42724014247f1d0e00b58ff7eedb SHA256 959491142022ba84d590bbe9cf540050e86f1c70aeae0fe555adc667b60e87cd
+EBUILD gsmartcontrol-0.8.5.ebuild 609 RMD160 5c09568e097dcac5142c2396b1ee38e1ad5365f5 SHA1 3ea338363fa907eab633e1890077a7d0a112cc5f SHA256 30f2d9ba96bb53a4bef6b3a8469fd0a82f730f89d4dcaa96eda4cafaa06ae907
+MISC ChangeLog 628 RMD160 6d145973b5e6c61f60cef368a87da8ff7d61099f SHA1 7b624ccbaf80e029edc8be61fe59907cf069b6bc SHA256 150bd0a4e5e33217bee3ad3384cdf7efc7f672fe5cb77087e1974d08ec261f93
 MISC metadata.xml 171 RMD160 ed284df01c230fc7990a6b5888b39166d23f29ba SHA1 f3d64a69044b710e23fb874b3ee4cd338858c8b4 SHA256 a7b30fbacd0e4c312c07a3efac112a3794c81d134442d8104325734d03425adf
diff --git a/gnome-extra/gsmartcontrol/files/0.8.5-fixdocs.patch b/gnome-extra/gsmartcontrol/files/0.8.5-fixdocs.patch
new file mode 100644 (file)
index 0000000..416d252
--- /dev/null
@@ -0,0 +1,21 @@
+--- Makefile.am        2009-09-05 16:39:32.000000000 +0200
++++ Makefile.am.new    2009-09-27 08:13:42.000000000 +0200
+@@ -14,17 +14,8 @@
+ # These will be installed into docdir.
+ # Some of these files are actually needed for compilation (see src/res/Makefile.am).
+-dist_doc_DATA = AUTHORS.txt ChangeLog NEWS README.txt \
+-      LICENSE_boost_1_0.txt \
+-      LICENSE_bsd-ac.txt \
+-      LICENSE_bsd-ucb.txt \
+-      LICENSE_gpl2.txt \
+-      LICENSE_gpl3.txt \
+-      LICENSE_gsmartcontrol.txt \
+-      LICENSE_hz.txt \
+-      LICENSE_pcrecpp.txt \
+-      LICENSE_whatever.txt \
+-      LICENSE_zlib.txt
++dist_doc_DATA = AUTHORS.txt ChangeLog NEWS README.txt \
++      LICENSE_gsmartcontrol.txt
+ # nobase_ preserves their directory names.
index bf90769fd734c965f23cbf3c152037a8f9fe4b73..447948109f2b1462720b6bb4b3b9bb075fed6f49 100644 (file)
@@ -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
+}
+