diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-02 09:26:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-02 09:26:44 +0000 |
commit | b94bfa92b79fe8243417291479db0ceab8592f8d (patch) | |
tree | b4f553dce6486ac016a78c6adc4c67918832a295 /media-video/dxr3config | |
parent | Drop ia64 support #345433 (diff) | |
download | gentoo-2-b94bfa92b79fe8243417291479db0ceab8592f8d.tar.gz gentoo-2-b94bfa92b79fe8243417291479db0ceab8592f8d.tar.bz2 gentoo-2-b94bfa92b79fe8243417291479db0ceab8592f8d.zip |
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-video/dxr3config')
-rw-r--r-- | media-video/dxr3config/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/dxr3config/dxr3config-0.3.2.ebuild | 33 |
2 files changed, 4 insertions, 34 deletions
diff --git a/media-video/dxr3config/ChangeLog b/media-video/dxr3config/ChangeLog index 137aa905ed61..c534ba519ea1 100644 --- a/media-video/dxr3config/ChangeLog +++ b/media-video/dxr3config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/dxr3config # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dxr3config/ChangeLog,v 1.7 2012/01/02 09:24:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dxr3config/ChangeLog,v 1.8 2012/01/02 09:26:44 ssuominen Exp $ + + 02 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -dxr3config-0.3.2.ebuild: + old 02 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> dxr3config-0.3.2.ebuild: Revert back to ~arch only wrt #397117 by Paweł Hajdan, Jr. diff --git a/media-video/dxr3config/dxr3config-0.3.2.ebuild b/media-video/dxr3config/dxr3config-0.3.2.ebuild deleted file mode 100644 index ad1232269da7..000000000000 --- a/media-video/dxr3config/dxr3config-0.3.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dxr3config/dxr3config-0.3.2.ebuild,v 1.6 2012/01/02 09:24:15 ssuominen Exp $ - -MY_PV="${PV/./-}" -MY_P="${PN}${MY_PV/./-}" - -DESCRIPTION="a small tool, which helps you to find the appropriate module parameters for a dxr3-mpeg card." -HOMEPAGE="http://free.pages.at/wicky4vdr" -SRC_URI="http://free.pages.at/wicky4vdr/download/${MY_P}.tgz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-util/dialog - media-video/em8300-modules" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - - cd "${S}" - sed -i -e 's:DIST="debian":DIST="gentoo":' usr/sbin/${PN} -} - -src_install() { - newsbin usr/sbin/${PN} ${PN} - insinto /usr/share/${PN} - doins usr/share/${PN}/${PN}.m2v -} |