diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-11-06 10:50:34 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-11-06 10:50:34 +0000 |
commit | 2b4363c2facb01b699dd61fa7999091ebda2fcc6 (patch) | |
tree | 60e7e42a7daf3eb7dd96209273ddef15fdee0303 /x11-misc/oroborus-desklaunch | |
parent | Apply patch from http://kmess.org/board/viewtopic.php?f=4&t=20549 to fix rece... (diff) | |
download | gentoo-2-2b4363c2facb01b699dd61fa7999091ebda2fcc6.tar.gz gentoo-2-2b4363c2facb01b699dd61fa7999091ebda2fcc6.tar.bz2 gentoo-2-2b4363c2facb01b699dd61fa7999091ebda2fcc6.zip |
Version bump, drop old
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/oroborus-desklaunch')
-rw-r--r-- | x11-misc/oroborus-desklaunch/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/oroborus-desklaunch/oroborus-desklaunch-1.1.8.ebuild (renamed from x11-misc/oroborus-desklaunch/oroborus-desklaunch-1.1.7.ebuild) | 14 |
2 files changed, 13 insertions, 11 deletions
diff --git a/x11-misc/oroborus-desklaunch/ChangeLog b/x11-misc/oroborus-desklaunch/ChangeLog index 19cb2cc9a1c0..bc2f6c89275a 100644 --- a/x11-misc/oroborus-desklaunch/ChangeLog +++ b/x11-misc/oroborus-desklaunch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/oroborus-desklaunch -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-desklaunch/ChangeLog,v 1.1 2010/05/31 15:45:17 xarthisius Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-desklaunch/ChangeLog,v 1.2 2011/11/06 10:50:34 xarthisius Exp $ + +*oroborus-desklaunch-1.1.8 (06 Nov 2011) + + 06 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> + -oroborus-desklaunch-1.1.7.ebuild, +oroborus-desklaunch-1.1.8.ebuild: + Version bump, drop old *oroborus-desklaunch-1.1.7 (31 May 2010) diff --git a/x11-misc/oroborus-desklaunch/oroborus-desklaunch-1.1.7.ebuild b/x11-misc/oroborus-desklaunch/oroborus-desklaunch-1.1.8.ebuild index bc214d88531a..56ac269b257a 100644 --- a/x11-misc/oroborus-desklaunch/oroborus-desklaunch-1.1.7.ebuild +++ b/x11-misc/oroborus-desklaunch/oroborus-desklaunch-1.1.8.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-desklaunch/oroborus-desklaunch-1.1.7.ebuild,v 1.1 2010/05/31 15:45:17 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/oroborus-desklaunch/oroborus-desklaunch-1.1.8.ebuild,v 1.1 2011/11/06 10:50:34 xarthisius Exp $ -EAPI=2 +EAPI=4 inherit eutils toolchain-funcs @@ -25,16 +25,12 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" S=${WORKDIR}/${MY_PN}-${PV} +DOCS=( README debian/changelog debian/example_rc ) pkg_setup() { tc-export CC } src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.diff -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README debian/changelog debian/example_rc || die + epatch "${FILESDIR}"/${PN}-1.1.7-gentoo.diff } |