summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Anderson <gentoofan23@gentoo.org>2008-06-16 21:13:59 +0000
committerThomas Anderson <gentoofan23@gentoo.org>2008-06-16 21:13:59 +0000
commitbbde1fe1aaace11e023e3e2b7fa58920c58d511a (patch)
treef0bceecf04c171b1d1104e08a42e44ae9faf50c4 /sys-apps
parentsys-apps/daemonize: Use dobin rather than doexe+exeinto (diff)
downloadsunrise-bbde1fe1aaace11e023e3e2b7fa58920c58d511a.tar.gz
sunrise-bbde1fe1aaace11e023e3e2b7fa58920c58d511a.tar.bz2
sunrise-bbde1fe1aaace11e023e3e2b7fa58920c58d511a.zip
sys-apps/gdivelog: Put the FIXME notes into the ebuild
svn path=/sunrise/; revision=6331
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/gdivelog/ChangeLog4
-rw-r--r--sys-apps/gdivelog/FIXME18
-rw-r--r--sys-apps/gdivelog/Manifest5
-rw-r--r--sys-apps/gdivelog/gdivelog-0.5.1.ebuild12
4 files changed, 18 insertions, 21 deletions
diff --git a/sys-apps/gdivelog/ChangeLog b/sys-apps/gdivelog/ChangeLog
index f5e263ee7..7922f8c8b 100644
--- a/sys-apps/gdivelog/ChangeLog
+++ b/sys-apps/gdivelog/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Jun 2008; Thomas Anderson (gentoofan23) <gentoofan23@gmail.com>
+ gdivelog-0.5.1.ebuild, -FIXME:
+ Put the FIXME notes into the ebuild
+
15 Jun 2008; Anders Lejon (lappen) <lappen@gmail.com>
gdivelog-0.5.1.ebuild, +FIXME:
Fix ebuild dependencies. Thanks gentoofan23
diff --git a/sys-apps/gdivelog/FIXME b/sys-apps/gdivelog/FIXME
deleted file mode 100644
index bb52f22cc..000000000
--- a/sys-apps/gdivelog/FIXME
+++ /dev/null
@@ -1,18 +0,0 @@
-# Configure Options from http://scratchpad.wikia.com/wiki/Installing_gdivelog I haven't checked or added yet.
---enable-all-plugins
---enable-plugin-dump
---disable-utils
---disable-mdbtools
---with-mdbtools=DIR
---enable-smart-plugin # smart needs IrDA kernel support and/or irda.h header file avalible to compile
---enable-smarttrak-plugin # relies on MDB tools, patched?
---enable-suuntodm2-plugin # relies on a patched version of MDB tools
-
---enable-all-plugins
---enable-plugin-dump
---disable-utils
---disable-mdbtools
---with-mdbtools=DIR # needs to be added, don't want to overwrite the regular mdbtools which resides in portage
-
-# BUGS
-* When installing a plugin I get a duplicate in the application list, upstream?
diff --git a/sys-apps/gdivelog/Manifest b/sys-apps/gdivelog/Manifest
index 129a86aa3..b5bfcef0a 100644
--- a/sys-apps/gdivelog/Manifest
+++ b/sys-apps/gdivelog/Manifest
@@ -1,5 +1,4 @@
DIST gdivelog-0.5.1.tar.bz2 355181 RMD160 dcfc1ace041f3b780211dc04a2046274491a2a89 SHA1 062dfe8aec35544526d6701966c05eb8f7d2c60c SHA256 946e1cf61492efc47f4c32a4311a485b5749ac1c4b8e9ac8efbd1bf1226e757b
-EBUILD gdivelog-0.5.1.ebuild 864 RMD160 a2e5def7a0c7ec3a96b409e5dbd2e270f0417d29 SHA1 1c0ff79a7dd351c765a7c2cfa1aa280ff04ddc89 SHA256 dfa3a88a9298a31325d742250fe05007b17e6ced9f6e37e27f44c920a7292a29
-MISC ChangeLog 531 RMD160 0925b8710f2fa00f775acbbc3eec4c4cfb87ec77 SHA1 e6fcd949a535e3b2197a2e9ef14cd35b208f43ef SHA256 7cae5d368e19ad66a7d1718c59e83eebc67a974b322afa4447b10c9024a7e09b
-MISC FIXME 746 RMD160 67ebe3ccc548a8cd5482eff0a57a9d7fed119dcc SHA1 2f4571f9bbd775479fcb7dd35027f418f9050a3f SHA256 df8a0dddc634a683b61790a8809241a08978b2c5c26d481d4eb4451051351f9b
+EBUILD gdivelog-0.5.1.ebuild 1507 RMD160 8be13493be80ba0da7ef333c56883210068ba94c SHA1 45e5809e6ac758d84786891a4653aaf512c5f989 SHA256 95fb2502d1979b7fb07aa1c282bb95cfc2d4323050ba5b337616b3b4168506f2
+MISC ChangeLog 672 RMD160 ef3c19293bef3fb7268659378f7a512a35266674 SHA1 e9719bb45ab099611a5b9daed35b1f295e41438a SHA256 29bb58d40613160f9a8e6ebac7ec9af12a1d109a50589a931af11fa8482ab618
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sys-apps/gdivelog/gdivelog-0.5.1.ebuild b/sys-apps/gdivelog/gdivelog-0.5.1.ebuild
index fb5eed406..ee9013628 100644
--- a/sys-apps/gdivelog/gdivelog-0.5.1.ebuild
+++ b/sys-apps/gdivelog/gdivelog-0.5.1.ebuild
@@ -15,6 +15,18 @@ DEPEND=">=gnome-base/libgnomeui-2.10
>=dev-db/sqlite-3.1.2"
RDEPEND="${DEPEND}"
+# Configure Options from http://scratchpad.wikia.com/wiki/Installing_gdivelog I haven't checked or added yet.
+#--enable-all-plugins
+#--enable-plugin-dump
+#--disable-utils
+#--disable-mdbtools # needs to be added, don't want to overwrite the regular mdbtools which resides in portage
+#--with-mdbtools=DIR
+#--enable-smart-plugin # smart needs IrDA kernel support and/or irda.h header file avalible to compile
+#--enable-smarttrak-plugin # relies on MDB tools, patched?
+#--enable-suuntodm2-plugin # relies on a patched version of MDB tools
+# BUGS
+#* When installing a plugin I get a duplicate in the application list, upstream?
+
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}