diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-05-06 16:15:36 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-05-06 16:15:36 +0000 |
commit | 53e521ff704bedaa6df5aea93c09e7f8ac32f353 (patch) | |
tree | d4b2c827fd27e7fee822b4bd68fbef8af0f3910a /media-libs/libirman | |
parent | lcd herd is empty (diff) | |
download | gentoo-2-53e521ff704bedaa6df5aea93c09e7f8ac32f353.tar.gz gentoo-2-53e521ff704bedaa6df5aea93c09e7f8ac32f353.tar.bz2 gentoo-2-53e521ff704bedaa6df5aea93c09e7f8ac32f353.zip |
Version bump, remove old.
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libirman')
-rw-r--r-- | media-libs/libirman/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libirman/files/libirman-0.4.4-destdir.patch | 40 | ||||
-rw-r--r-- | media-libs/libirman/libirman-0.4.4.ebuild | 42 | ||||
-rw-r--r-- | media-libs/libirman/libirman-0.4.5.ebuild | 34 |
4 files changed, 41 insertions, 83 deletions
diff --git a/media-libs/libirman/ChangeLog b/media-libs/libirman/ChangeLog index ad09699fc053..6fd0bf193ce9 100644 --- a/media-libs/libirman/ChangeLog +++ b/media-libs/libirman/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libirman # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libirman/ChangeLog,v 1.24 2012/05/06 16:05:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libirman/ChangeLog,v 1.25 2012/05/06 16:15:36 pacho Exp $ + +*libirman-0.4.5 (06 May 2012) + + 06 May 2012; Pacho Ramos <pacho@gentoo.org> +libirman-0.4.5.ebuild, + -files/libirman-0.4.4-destdir.patch, -libirman-0.4.4.ebuild: + Version bump, remove old. 06 May 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: lcd herd is empty diff --git a/media-libs/libirman/files/libirman-0.4.4-destdir.patch b/media-libs/libirman/files/libirman-0.4.4-destdir.patch deleted file mode 100644 index 08aef36c62e7..000000000000 --- a/media-libs/libirman/files/libirman-0.4.4-destdir.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -Naur libirman-0.4.2.orig/Makefile.in libirman-0.4.2/Makefile.in ---- libirman-0.4.2.orig/Makefile.in 2004-09-24 02:58:09.312603000 -0700 -+++ libirman-0.4.2/Makefile.in 2004-09-24 02:59:22.620612916 -0700 -@@ -112,23 +112,23 @@ - @echo notice: the test programs are only installed in the current directory \(`pwd`\) - - install-dirs: -- $(top_srcdir)/mkinstalldirs $(libdir) -- $(top_srcdir)/mkinstalldirs $(bindir) -- $(top_srcdir)/mkinstalldirs $(sbindir) -- $(top_srcdir)/mkinstalldirs $(includedir) -- $(top_srcdir)/mkinstalldirs $(sysconfdir) -+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir) -+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir) -+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sbindir) -+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(includedir) -+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) - - install-normal: -- $(INSTALL) -m 755 workmanir $(bindir)/workmanir -- $(INSTALL) -m 755 libirman.a $(libdir)/libirman.a -- $(INSTALL) -m 755 libirman.so $(libdir)/libirman.so -- $(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf -- $(INSTALL) -m 644 irman.h $(includedir)/irman.h -+ $(INSTALL) -m 755 workmanir $(DESTDIR)$(bindir)/workmanir -+ $(INSTALL) -m 755 libirman.a $(DESTDIR)$(libdir)/libirman.a -+ $(INSTALL) -m 755 libirman.so $(DESTDIR)$(libdir)/libirman.so -+ $(INSTALL) -m 644 irman.conf $(DESTDIR)$(sysconfdir)/irman.conf -+ $(INSTALL) -m 644 irman.h $(DESTDIR)$(includedir)/irman.h - - install-swtest: -- $(INSTALL) -m 755 workmanir $(bindir)/workmanir -- $(INSTALL) -m 755 libirman_sw.a $(libdir)/libirman_sw.a -- $(INSTALL) -m 755 libirman_sw.so $(libdir)/libirman_sw.so -+ $(INSTALL) -m 755 workmanir $(DESTDIR)$(bindir)/workmanir -+ $(INSTALL) -m 755 libirman_sw.a $(DESTDIR)$(libdir)/libirman_sw.a -+ $(INSTALL) -m 755 libirman_sw.so $(DESTDIR)$(libdir)/libirman_sw.so - - uninstall: - $(RM) $(bindir)/workmanir diff --git a/media-libs/libirman/libirman-0.4.4.ebuild b/media-libs/libirman/libirman-0.4.4.ebuild deleted file mode 100644 index 3cbedc467aa4..000000000000 --- a/media-libs/libirman/libirman-0.4.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libirman/libirman-0.4.4.ebuild,v 1.3 2010/01/03 21:00:47 flameeyes Exp $ - -IUSE="" -inherit eutils toolchain-funcs - -DESCRIPTION="library for Irman control of Unix software" -SRC_URI="http://www.lirc.org/software/snapshots/${P}.tar.gz" -HOMEPAGE="http://www.evation.com/libirman/libirman.html" - -SLOT="0" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -src_unpack() { - unpack ${A} - - cd ${S} - epatch "${FILESDIR}/${PN}-0.4.2-PICShared.patch" - epatch "${FILESDIR}/${P}-destdir.patch" - epatch "${FILESDIR}/${PN}-0.4.2-format.patch" -} - -src_compile() { - tc-export CC LD AR RANLIB - - econf || die "econf failed" - emake -j1 || die "emake failed" -} - -src_install() { - dodir /usr/include - - # bug #299519 - emake -j1 DESTDIR="${D}" \ - LIRC_DRIVER_DEVICE="${D}/dev/lirc" \ - install || die - - dobin test_func test_io test_name - dodoc NEWS README* TECHNICAL TODO -} diff --git a/media-libs/libirman/libirman-0.4.5.ebuild b/media-libs/libirman/libirman-0.4.5.ebuild new file mode 100644 index 000000000000..9d71c5acc507 --- /dev/null +++ b/media-libs/libirman/libirman-0.4.5.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libirman/libirman-0.4.5.ebuild,v 1.1 2012/05/06 16:15:36 pacho Exp $ + +EAPI=4 +inherit eutils toolchain-funcs + +DESCRIPTION="library for Irman control of Unix software" +SRC_URI="http://www.lirc.org/software/snapshots/${P}.tar.bz2" +HOMEPAGE="http://www.lirc.org/software/snapshots/" + +SLOT="0" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +pkg_setup() { + tc-export CC LD AR RANLIB +} + +src_configure() { + econf --disable-static +} + +src_install() { + dodir /usr/include + + emake DESTDIR="${D}" LIRC_DRIVER_DEVICE="${D}/dev/lirc" install + + dobin test_func test_io test_name + dodoc NEWS README* TECHNICAL TODO + + find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed" +} |