summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Darlow <mail@mcgruff.plus.com>2012-05-29 02:45:41 +0100
committerNoel Darlow <mail@mcgruff.plus.com>2012-05-29 02:45:41 +0100
commite547f51b97c654b7315e51ff81cfc94c7f0d656d (patch)
tree7bdd923d0d762c62436db86ec75123a9adb07e45
parentpvr fix (diff)
downloadunderlay-e547f51b97c654b7315e51ff81cfc94c7f0d656d.tar.gz
underlay-e547f51b97c654b7315e51ff81cfc94c7f0d656d.tar.bz2
underlay-e547f51b97c654b7315e51ff81cfc94c7f0d656d.zip
several upates: tidying up ebuilds, changes to bst assertion args
-rw-r--r--app-admin/gentool/Manifest4
-rw-r--r--app-admin/gentool/gentool-0.2.2.ebuild46
-rw-r--r--app-admin/gentool/gentool-0.2.3.ebuild39
-rw-r--r--app-misc/bashfun/Manifest4
-rw-r--r--app-misc/bashfun/bashfun-0.1.9.ebuild18
-rw-r--r--app-misc/bashfun/bashfun-0.2.0.ebuild24
-rw-r--r--dev-perl/Audio-Ardour-Irc/Audio-Ardour-Irc-0.20.ebuild15
-rw-r--r--dev-perl/Exporter/Exporter-5.63.ebuild13
-rw-r--r--dev-perl/Lirc-Client/Lirc-Client-1.51-r1.ebuild12
-rw-r--r--dev-perl/Net-LibLO/Net-LibLO-0.06.ebuild23
-rw-r--r--media-sound/ardour-irc/Manifest4
-rw-r--r--media-sound/ardour-irc/ardour-irc-0.2.7.ebuild (renamed from media-sound/ardour-irc/ardour-irc-0.2.6.ebuild)38
-rw-r--r--media-tv/pvr/Manifest4
-rw-r--r--media-tv/pvr/pvr-0.1.9.ebuild45
-rw-r--r--media-tv/pvr/pvr-0.2.0.ebuild36
15 files changed, 159 insertions, 166 deletions
diff --git a/app-admin/gentool/Manifest b/app-admin/gentool/Manifest
index b935e91..71d9a9c 100644
--- a/app-admin/gentool/Manifest
+++ b/app-admin/gentool/Manifest
@@ -1,4 +1,4 @@
-DIST gentool-0.2.2.tar.bz2 8567 RMD160 fe70235e9faf28c98ec8f3cea96a8ae51189cb78 SHA1 62f32d5f029ef132ef99a9b3c4dc9299f01f7e03 SHA256 1beb7575a0f156a9f01cbdb8320bf8f7093b0327d75ad8dda01c45f0b6167f5b
-EBUILD gentool-0.2.2.ebuild 1251 RMD160 fa4f6c8140703747a89ac8a354c8376e60277080 SHA1 fbeda30c400e680687fba409049fdab8a270e621 SHA256 b9d3f30f608f5a18a47a10017f8b949b3a288ef11a8518382fb99d7126823740
+DIST gentool-0.2.3.tar.bz2 8565 RMD160 8e84f862253871a34a961c190e3511581882a9e4 SHA1 b85bf285c2c3d33345317b547658bd6d31100344 SHA256 18439d5a8bde070dd789ff4f02aa99a344ecaf913f38ec1e6ac805bb02e3f191
+EBUILD gentool-0.2.3.ebuild 820 RMD160 1d09b4b1c2f6a70e99398c9eaba5899654f5dca2 SHA1 490a91b4ffd1d2ff1875fd4a40d2fd9374f955f3 SHA256 73ceef44d22e4923e3053f7213b41dce6f8f774b063fc2b009676877e8315fc1
MISC ChangeLog 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
MISC metadata.xml 513 RMD160 5ccacd7985a83578b1b02f37e5321fce4c75f73f SHA1 891e34ce89792243996e4c8319d1508964b096df SHA256 503e044c2881c5f53de73bcff9fd25d8c097182434c636e2614538d0f568bc53
diff --git a/app-admin/gentool/gentool-0.2.2.ebuild b/app-admin/gentool/gentool-0.2.2.ebuild
deleted file mode 100644
index 6296f4b..0000000
--- a/app-admin/gentool/gentool-0.2.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-EAPI=2
-inherit eutils
-DESCRIPTION="gentoo system management"
-HOMEPAGE=""
-SRC_URI="http://www.aperiplus.co.uk/downloads/src/${P}.tar.bz2"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-#DEPEND=""
-
-RDEPEND="net-misc/rsync
- sys-boot/grub
- >=app-misc/bashfun-0.1.4
- net-misc/htpdate"
-
-src_install() {
- dodir '/opt/gentool' || die "out of cheese error 1"
- insinto '/opt/gentool' || die "out of cheese error 2"
- cp -ar ${S}'/opt/gentool/'* ${D}'/opt/gentool/' || die "out of cheese error 3"
- dodir '/etc/gentool' || die "out of cheese error 4"
- insinto '/etc/gentool' || die "out of cheese error 5"
- doins ${S}'/etc/gentool/config.sh' || die "out of cheese error 6"
- doenvd ${S}'/etc/env.d/99gentool-env' || die "out of cheese error 7"
-}
-
-pkg_postinst() {
- if [ ! -f /opt/bin/gentool ]
- then
- cd /opt/bin
- ln -s /opt/gentool/bin/gentool.sh gentool
- fi
-
- path_minus_opt_bin=`echo $PATH | sed 's~/opt/bin:~~g'`
- if [ $PATH = $path_minus_opt_bin ]
- then
- ewarn
- ewarn '/opt/bin is not in your $PATH!'
- ewarn '(gentool is installed at /opt/bin/gentool)'
- ewarn
- fi
- ewarn
- ewarn 'you may want to edit /etc/gentool/config.sh now - just follow instructions in the file'
- ewarn
-}
diff --git a/app-admin/gentool/gentool-0.2.3.ebuild b/app-admin/gentool/gentool-0.2.3.ebuild
new file mode 100644
index 0000000..51131fa
--- /dev/null
+++ b/app-admin/gentool/gentool-0.2.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit eutils
+
+DESCRIPTION="gentoo system management"
+HOMEPAGE=""
+SRC_URI="http://www.aperiplus.co.uk/downloads/src/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-misc/bashfun-0.1.4
+ net-misc/htpdate
+ net-misc/rsync
+ sys-boot/grub"
+
+#DEPEND=""
+
+src_install() {
+ dosym /opt/gentool/bin/gentool.sh /opt/bin/gentool
+ insinto '/opt/gentool'
+ doins -r "${S}/opt/gentool"
+ dodir '/etc/gentool'
+ insinto '/etc/gentool'
+ doins "${S}/etc/gentool/config.sh"
+ doenvd "${S}/etc/env.d/99gentool-env"
+}
+
+pkg_postinst() {
+ elog
+ elog 'you may want to edit /etc/gentool/config.sh now - just follow instructions in the file'
+ elog
+}
diff --git a/app-misc/bashfun/Manifest b/app-misc/bashfun/Manifest
index cadf044..5deffa9 100644
--- a/app-misc/bashfun/Manifest
+++ b/app-misc/bashfun/Manifest
@@ -1,4 +1,4 @@
-DIST bashfun-0.1.9.tar.bz2 3000 RMD160 c0460d9dbe03f4eeba5bd56db1644e4a2549cb85 SHA1 d22c3b9527a9417943cdb539d58821d2f3756bfc SHA256 c2be4f79579c47a289e534ddccb8003e041a7f086409aaed81d49b902a77c0e2
-EBUILD bashfun-0.1.9.ebuild 552 RMD160 6e6d92a7c4b7fc84f84f559f834ac463720a3f7d SHA1 cb54b08ecb30a7f09b46755e349acb2e1eb9ecae SHA256 e2ff818bb69921ccb9015f7af28efa750d74be97a8eed00f3599304b54daffe5
+DIST bashfun-0.2.0.tar.bz2 2988 RMD160 0c339bb8c127343177e4d21d9fd25790c172f4ba SHA1 b48acc99e794e7cf30d4de684dceb077e1918bd0 SHA256 729a8b7d620cef651006e9e5cf4254204abfc18ed3edee4b4e4baafd5707aafa
+EBUILD bashfun-0.2.0.ebuild 476 RMD160 a80c8b54d94d510935a1483d48eec32792ce5b66 SHA1 1d047aa5c07b260575a36fe3fa820faa895e8633 SHA256 e3cfbeeb34143750adac5324175ca22e65dab4f955a9c75b1b0b843910968666
MISC ChangeLog 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
MISC metadata.xml 630 RMD160 53e574d1aebd76c283f66141adbc68f3a0d2e179 SHA1 3cfbad4e529d4ea3a00a87d0cd5c0fbc1562323b SHA256 d6655331879d69f41179bbbc03f46d3fe2e565565a37efb71f690c5f1cdb4735
diff --git a/app-misc/bashfun/bashfun-0.1.9.ebuild b/app-misc/bashfun/bashfun-0.1.9.ebuild
deleted file mode 100644
index 979b541..0000000
--- a/app-misc/bashfun/bashfun-0.1.9.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-EAPI=2
-inherit eutils
-DESCRIPTION="bash function library"
-HOMEPAGE=""
-SRC_URI="http://www.aperiplus.co.uk/downloads/src/${P}.tar.bz2"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-src_install() {
- dodir '/opt/bashfun' || die "out of cheese error 1"
- insinto '/opt/bashfun' || die "out of cheese error 2"
- cp -ar ${S}'/opt/bashfun/'* ${D}'/opt/bashfun/' || die "out of cheese error 3"
- insinto '/usr/bin' || die "out of cheese error 4"
- doins ${S}'/usr/bin/bst' || die "out of cheese error 5"
- chmod +x ${D}'/usr/bin/bst'
-}
diff --git a/app-misc/bashfun/bashfun-0.2.0.ebuild b/app-misc/bashfun/bashfun-0.2.0.ebuild
new file mode 100644
index 0000000..dd7cc17
--- /dev/null
+++ b/app-misc/bashfun/bashfun-0.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit eutils
+
+DESCRIPTION="bash function library"
+HOMEPAGE=""
+SRC_URI="http://www.aperiplus.co.uk/downloads/src/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install() {
+ insinto '/opt/bashfun'
+ doins -r "${S}/opt/bashfun"
+ insinto '/usr/bin'
+ doins "${S}/usr/bin/bst"
+ chmod +x "${D}/usr/bin/bst"
+}
diff --git a/dev-perl/Audio-Ardour-Irc/Audio-Ardour-Irc-0.20.ebuild b/dev-perl/Audio-Ardour-Irc/Audio-Ardour-Irc-0.20.ebuild
index ebd3fcc..e6206cb 100644
--- a/dev-perl/Audio-Ardour-Irc/Audio-Ardour-Irc-0.20.ebuild
+++ b/dev-perl/Audio-Ardour-Irc/Audio-Ardour-Irc-0.20.ebuild
@@ -1,20 +1,21 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# This ebuild generated by g-cpan 0.16.0
-
-EAPI="2"
-
MODULE_AUTHOR="MCGRUFF"
+EAPI=2
+
inherit perl-module
DESCRIPTION="infra red remote control of Ardour"
+HOMEPAGE=""
+SRC_URI=""
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="alpha amd64 amd64-fbsd arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc sparc-fbsd x86 x86-fbsd ppc-aix x86-freebsd x64-freebsd sparc64-freebsd hppa-hpux ia64-hpux x86-interix amd64-linux arm-linux ia64-linux ppc64-linux x86-linux ppc-macos x86-macos x64-macos m68k-mint x86-netbsd ppc-openbsd x86-openbsd x64-openbsd sparc-solaris sparc64-solaris x64-solaris x86-solaris x86-winnt x86-cygwin"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=dev-perl/File-HomeDir-0.980.0
- >=dev-perl/Net-LibLO-0.06
- dev-lang/perl"
+DEPEND="dev-lang/perl
+ >=dev-perl/File-HomeDir-0.980.0
+ >=dev-perl/Net-LibLO-0.06"
diff --git a/dev-perl/Exporter/Exporter-5.63.ebuild b/dev-perl/Exporter/Exporter-5.63.ebuild
index d440972..542ff8f 100644
--- a/dev-perl/Exporter/Exporter-5.63.ebuild
+++ b/dev-perl/Exporter/Exporter-5.63.ebuild
@@ -1,20 +1,21 @@
-#
-#
-#
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+MODULE_AUTHOR=FERREIRA
EAPI=2
-MODULE_AUTHOR=FERREIRA
inherit perl-module
DESCRIPTION="Implements default import method for modules"
+HOMEPAGE=""
+SRC_URI=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-
RDEPEND=">=dev-lang/perl-5.12.2"
DEPEND="${RDEPEND}"
diff --git a/dev-perl/Lirc-Client/Lirc-Client-1.51-r1.ebuild b/dev-perl/Lirc-Client/Lirc-Client-1.51-r1.ebuild
index 7ec4d3b..32bc2c0 100644
--- a/dev-perl/Lirc-Client/Lirc-Client-1.51-r1.ebuild
+++ b/dev-perl/Lirc-Client/Lirc-Client-1.51-r1.ebuild
@@ -1,23 +1,25 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lirc-Client/Lirc-Client-1.51.ebuild,v 1.2 2009/11/24 07:10:13 tove Exp $
+MODULE_AUTHOR=MGRIMES
EAPI=2
-MODULE_AUTHOR=MGRIMES
inherit perl-module
DESCRIPTION="A client library for the Linux Infrared Remote Control (LIRC)"
+HOMEPAGE=""
+SRC_URI=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-
RDEPEND=">=dev-lang/perl-5.12.2
- dev-perl/File-Path-Expand
- dev-perl/Class-Accessor"
+ dev-perl/Class-Accessor
+ dev-perl/File-Path-Expand"
+
DEPEND="${RDEPEND}
virtual/perl-Module-Build"
diff --git a/dev-perl/Net-LibLO/Net-LibLO-0.06.ebuild b/dev-perl/Net-LibLO/Net-LibLO-0.06.ebuild
index 8090162..d6568c2 100644
--- a/dev-perl/Net-LibLO/Net-LibLO-0.06.ebuild
+++ b/dev-perl/Net-LibLO/Net-LibLO-0.06.ebuild
@@ -1,29 +1,24 @@
-#
-#
-#
-#
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+MODULE_AUTHOR=NJH
EAPI=2
-MODULE_AUTHOR=NJH
inherit perl-module
DESCRIPTION="Perl interface for liblo Lightweight OSC library"
-#HOMEPAGE="http://cpan.uwinnipeg.ca/module/Net::LibLO"
-#SRC_URI="http://cpan.uwinnipeg.ca/cpan/authors/id/N/NJ/NJH/Net-LibLO-0.06.tar.gz"
+HOMEPAGE="http://cpan.uwinnipeg.ca/module/Net::LibLO"
+SRC_URI="http://cpan.uwinnipeg.ca/cpan/authors/id/N/NJ/NJH/Net-LibLO-0.06.tar.gz"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-
-# from
-#!! but are these run-time or build dependencies..?
-
RDEPEND=">=dev-lang/perl-5.12.2
- virtual/perl-Test-Simple
- virtual/perl-Test"
+ virtual/perl-Test
+ virtual/perl-Test-Simple"
DEPEND="${RDEPEND}
virtual/perl-Module-Build"
diff --git a/media-sound/ardour-irc/Manifest b/media-sound/ardour-irc/Manifest
index 3711356..0732da0 100644
--- a/media-sound/ardour-irc/Manifest
+++ b/media-sound/ardour-irc/Manifest
@@ -1,4 +1,4 @@
-DIST ardour-irc-0.2.6.tar.bz2 2149 RMD160 a01d836da489f561cd05a682a6a4ca4ab37b0538 SHA1 e72ff4f2dd4a7581a3a4ac34256a843439446cb8 SHA256 0d8b3ccf31e60bcf70d0bfc6ad17be8d0f9ba95652b6323f76a3d023d40862ad
-EBUILD ardour-irc-0.2.6.ebuild 1489 RMD160 e539fd8a3549a313ade0c3f310a295cfaa33d5fa SHA1 04d26baad8025aa9cbe8f66c6121d0b8fd070c4c SHA256 c2993efe83798052d8a5d44080de3847aa4cbb838e61ad4af4f36c34c74d1dc7
+DIST ardour-irc-0.2.7.tar.bz2 2155 RMD160 5bcf184691385248bca6a92baccabfdf3e04992c SHA1 782dd96cc6d770c04b101cb9a3fd498d0f5ec311 SHA256 09ca73e2f92eac0cc7290b77af0acaad80b3e0891b6370a046b377c1c739b255
+EBUILD ardour-irc-0.2.7.ebuild 1282 RMD160 b49ccd9957f61ceaf0ce87f6a39abe67460b7a3d SHA1 f3fc5e5ef9869b04be23036da2b3701f4dcb146c SHA256 31a87eb3d3ee2f8fa7e2c57c78d49b470015c281399ee7dae309ac5a2ed739d1
MISC ChangeLog 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
MISC metadata.xml 408 RMD160 0e97ac4b1ef6ed947e7f278d6860018201c0fb62 SHA1 1821db0146567443c07b707d7d2a2d7e451d841a SHA256 09ff29334bf978d58786f938e4f19a4030aca5dbdc65b3b6fca94245600c5203
diff --git a/media-sound/ardour-irc/ardour-irc-0.2.6.ebuild b/media-sound/ardour-irc/ardour-irc-0.2.7.ebuild
index 4ac57ff..106fac4 100644
--- a/media-sound/ardour-irc/ardour-irc-0.2.6.ebuild
+++ b/media-sound/ardour-irc/ardour-irc-0.2.7.ebuild
@@ -1,19 +1,27 @@
-EAPI=2
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit eutils
+
DESCRIPTION="IR remote control for Ardour"
HOMEPAGE=""
SRC_URI="http://www.aperiplus.co.uk/downloads/src/${P}.tar.bz2"
+
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="x86 amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="dev-lang/perl
- app-misc/lirc
- media-libs/liblo
- dev-perl/Audio-Ardour-Irc
- dev-perl/Lirc-Client
- dev-perl/Class-Accessor
- dev-perl/File-Path-Expand"
+RDEPEND="app-misc/lirc
+ dev-lang/perl
+ dev-perl/Audio-Ardour-Irc
+ dev-perl/Class-Accessor
+ dev-perl/File-Path-Expand
+ dev-perl/Lirc-Client
+ media-libs/liblo"
DEPEND="${RDEPEND}"
@@ -24,16 +32,12 @@ src_unpack() {
}
src_install() {
- insinto /usr/bin/ || die "out of cheese error 0"
- doins ${S}"/usr/bin/aircd" || die "out of cheese error 1"
- dodir $confdir || die "out of cheese error 2"
- insinto $confdir || die "out of cheese error 3"
- doins ${S}${confdir}"lirc.conf" || die "out of cheese error 4"
- doins ${S}${confdir}"lirc.conf-vdomate" || die "out of cheese error 5"
+ insinto /usr/bin/
+ doins "${S}/usr/bin/aircd"
+ insinto $confdir
+ doins -r "${S}${confdir}"
}
-# /usr/portage/distfiles/svn-src/ardour/2.0-ongoing/libs/ardour/osc.cc
-
pkg_postinst() {
chmod +x /usr/bin/aircd
elog ""
diff --git a/media-tv/pvr/Manifest b/media-tv/pvr/Manifest
index 04822e8..4e31924 100644
--- a/media-tv/pvr/Manifest
+++ b/media-tv/pvr/Manifest
@@ -1,4 +1,4 @@
-DIST pvr-0.1.9.tar.bz2 6765 RMD160 3d0894909f537e04fb24c644b1ae66df48664bc2 SHA1 705e65f0715bfe9ac3cf3e1ad2613cc4eaaa15e8 SHA256 a25c3775999921dad9cf356260649609cbfd6dafae4ad6f96f9c409a58717c78
-EBUILD pvr-0.1.9.ebuild 1105 RMD160 bcd7234a35b37a8388c012a884f289b8aa43ae95 SHA1 5ac048f2f3817b3bae7b6e3fe580f5767ade7257 SHA256 9441761111ec02fc713ff14929a1d9ef34c80323d5f7a6fd741357ecc8fc1a50
+DIST pvr-0.2.0.tar.bz2 6933 RMD160 c172bbf0bc42a2e1d8088f628a12bfe80244d3ef SHA1 3e9c834faad4b1a46ff0d7baad7eb3e570a896e8 SHA256 546e88b12fe448526e33ea6cad0a2934f6939a49e04a96f122072675226cf43c
+EBUILD pvr-0.2.0.ebuild 703 RMD160 b8bd5c1910b3167cfbc8db0ef5fc42069b4408c0 SHA1 4cf1341d6646cfc1d4946ee6462551e750da6ccb SHA256 59b1d68ab351fde29e1f3e2b76225f33be9ce8bca080f3a102579019aee51b7a
MISC ChangeLog 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
MISC metadata.xml 402 RMD160 8caa270917a62f075532aa7d1f6914307858856c SHA1 79915791cf4c58be4c2184af4f2a3f03939b81d3 SHA256 de6f248192c983802ec3447fab4c1e59227cab5228ac12979a8e433a6a82cf4c
diff --git a/media-tv/pvr/pvr-0.1.9.ebuild b/media-tv/pvr/pvr-0.1.9.ebuild
deleted file mode 100644
index 86caef4..0000000
--- a/media-tv/pvr/pvr-0.1.9.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-EAPI=2
-inherit eutils
-DESCRIPTION="gentoo system management"
-HOMEPAGE=""
-SRC_URI="http://www.aperiplus.co.uk/downloads/src/${P}.tar.bz2"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-#DEPEND=""
-
-RDEPEND="app-misc/bashfun
- media-video/mplayer
- media-video/projectx"
-
-src_install() {
- dodir '/opt/pvr' || die "out of cheese error 1"
- insinto '/opt/pvr' || die "out of cheese error 2"
- cp -ar ${S}'/opt/pvr/'* ${D}'/opt/pvr/' || die "out of cheese error 3"
-
- dodir '/etc/pvr' || die "out of cheese error 4"
- insinto '/etc/pvr' || die "out of cheese error 5"
- doins ${S}'/etc/pvr/config.sh' || die "out of cheese error 6"
-}
-
-pkg_postinst() {
- if [ ! -f /opt/bin/pvr ]
- then
- cd /opt/bin
- ln -s /opt/pvr/bin/pvr.sh pvr
- fi
-
- path_minus_opt_bin=`echo $PATH | sed 's~/opt/bin:~~g'`
- if [ $PATH = $path_minus_opt_bin ]
- then
- ewarn
- ewarn '/opt/bin is not in your $PATH!'
- ewarn '(pvr is installed at /opt/bin/pvr)'
- ewarn
- fi
- ewarn
- ewarn 'you may want to edit /etc/pvr/config.sh now - just follow instructions in the file'
- ewarn
-}
diff --git a/media-tv/pvr/pvr-0.2.0.ebuild b/media-tv/pvr/pvr-0.2.0.ebuild
new file mode 100644
index 0000000..30605fd
--- /dev/null
+++ b/media-tv/pvr/pvr-0.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit eutils
+
+DESCRIPTION="gentoo system management"
+HOMEPAGE=""
+SRC_URI="http://www.aperiplus.co.uk/downloads/src/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-misc/bashfun
+ media-video/mplayer
+ media-video/projectx"
+
+#DEPEND=""
+
+src_install() {
+ dosym /opt/pvr/bin/pvr.sh /opt/bin/pvr
+ insinto '/opt/pvr'
+ doins -r "${S}/opt/pvr"
+ insinto '/etc/pvr'
+ doins "${S}/etc/pvr/config.sh"
+}
+
+pkg_postinst() {
+ elog
+ elog 'you may want to edit /etc/pvr/config.sh now - just follow instructions in the file'
+ elog
+}