summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2010-08-13 17:53:52 +0000
committerDaniel Pielmeier <billie@gentoo.org>2010-08-13 17:53:52 +0000
commit6d1fec3d5b443f4d418af4aae937281d232f2b56 (patch)
tree6de72dca25df8c9bc623fd4797984bf2bc7b0c75 /app-cdr
parentVersion bump, drop old. (diff)
downloadgentoo-2-6d1fec3d5b443f4d418af4aae937281d232f2b56.tar.gz
gentoo-2-6d1fec3d5b443f4d418af4aae937281d232f2b56.tar.bz2
gentoo-2-6d1fec3d5b443f4d418af4aae937281d232f2b56.zip
Version bump. Remove old.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/backlite/ChangeLog8
-rw-r--r--app-cdr/backlite/backlite-1.0.1.ebuild (renamed from app-cdr/backlite/backlite-1.0.0-r1.ebuild)10
2 files changed, 10 insertions, 8 deletions
diff --git a/app-cdr/backlite/ChangeLog b/app-cdr/backlite/ChangeLog
index c9acf0db65c6..019810f7d7a9 100644
--- a/app-cdr/backlite/ChangeLog
+++ b/app-cdr/backlite/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-cdr/backlite
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/ChangeLog,v 1.11 2010/07/12 20:27:19 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/ChangeLog,v 1.12 2010/08/13 17:53:52 billie Exp $
+
+*backlite-1.0.1 (13 Aug 2010)
+
+ 13 Aug 2010; Daniel Pielmeier <billie@gentoo.org>
+ -backlite-1.0.0-r1.ebuild, +backlite-1.0.1.ebuild:
+ Version bump. Remove old.
12 Jul 2010; Daniel Pielmeier <billie@gentoo.org> -backlite-0.2.0.ebuild:
Remove old.
diff --git a/app-cdr/backlite/backlite-1.0.0-r1.ebuild b/app-cdr/backlite/backlite-1.0.1.ebuild
index 966a826f9bb9..0ccd9627075e 100644
--- a/app-cdr/backlite/backlite-1.0.0-r1.ebuild
+++ b/app-cdr/backlite/backlite-1.0.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/backlite-1.0.0-r1.ebuild,v 1.2 2010/06/16 16:45:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/backlite-1.0.1.ebuild,v 1.1 2010/08/13 17:53:52 billie Exp $
-EAPI="2"
+EAPI=2
-inherit flag-o-matic qt4-r2
+inherit qt4-r2
DESCRIPTION="backlite is a pure QT4 version of k9copy"
HOMEPAGE="http://k9copy.sourceforge.net/"
@@ -29,11 +29,7 @@ RDEPEND="${DEPEND}
media-video/dvdauthor
mplayer? ( media-video/mplayer )"
-PATCHES=( "${FILESDIR}"/backlite-1.0.0-qt3support.patch )
-
src_configure() {
- append-flags -D__STDC_CONSTANT_MACROS #324245
-
eqmake4 backlite.pro PREFIX="${D}"/usr
}