xmw 14/08/15 22:32:49
Modified: backintime-1.0.24-r1.ebuild ChangeLog
Added: backintime-1.0.36.ebuild
Removed: backintime-1.0.8.ebuild backintime-1.0.8-r1.ebuild
backintime-1.0.34.ebuild
Log:
Drop old, fix python_optimize invocation (bug 476776) and version bump (bug
519810), thanks Christian Strahl.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key
62EEF090)
Revision Changes Path
1.3 app-backup/backintime/backintime-1.0.24-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/backintime/backintime-1.0.24-r1.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/backintime/backintime-1.0.24-r1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/backintime/backintime-1.0.24-r1.ebuild?r1=1.2&r2=1.3
Index: backintime-1.0.24-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/app-backup/backintime/backintime-1.0.24-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- backintime-1.0.24-r1.ebuild 28 Jul 2013 08:12:45 -0000 1.2
+++ backintime-1.0.24-r1.ebuild 15 Aug 2014 22:32:49 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/app-backup/backintime/backintime-1.0.24-r1.ebuild,v 1.2
2013/07/28 08:12:45 jcallen Exp $
+# $Header:
/var/cvsroot/gentoo-x86/app-backup/backintime/backintime-1.0.24-r1.ebuild,v 1.3
2014/08/15 22:32:49 xmw Exp $
EAPI=5
@@ -92,8 +92,5 @@
src_install() {
backintime_run emake DESTDIR="${D}" install
-}
-
-pkg_postinst() {
python_optimize "${D}"
}
1.21 app-backup/backintime/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/backintime/ChangeLog?rev=1.21&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/backintime/ChangeLog?rev=1.21&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/backintime/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/backintime/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 24 Apr 2014 10:11:40 -0000 1.20
+++ ChangeLog 15 Aug 2014 22:32:49 -0000 1.21
@@ -1,6 +1,14 @@
# ChangeLog for app-backup/backintime
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/backintime/ChangeLog,v 1.20
2014/04/24 10:11:40 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/backintime/ChangeLog,v 1.21
2014/08/15 22:32:49 xmw Exp $
+
+*backintime-1.0.36 (15 Aug 2014)
+
+ 15 Aug 2014; Michael Weber <[email protected]> +backintime-1.0.36.ebuild,
+ -backintime-1.0.34.ebuild, -backintime-1.0.8-r1.ebuild,
+ -backintime-1.0.8.ebuild, backintime-1.0.24-r1.ebuild:
+ Drop old, fix python_optimize invocation (bug 476776) and version bump (bug
+ 519810), thanks Christian Strahl.
*backintime-1.0.34 (24 Apr 2014)
1.1 app-backup/backintime/backintime-1.0.36.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/backintime/backintime-1.0.36.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/backintime/backintime-1.0.36.ebuild?rev=1.1&content-type=text/plain
Index: backintime-1.0.36.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/app-backup/backintime/backintime-1.0.36.ebuild,v 1.1
2014/08/15 22:32:49 xmw Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit eutils python-single-r1
DESCRIPTION="A simple backup system inspired by TimeVault and FlyBack, with a
GUI for GNOME and KDE4"
HOMEPAGE="http://backintime.le-web.org/"
SRC_URI="http://${PN}.le-web.org/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="kde gnome"
RDEPEND="${PYTHON_DEPEND}
dev-python/keyring[${PYTHON_USEDEP}]
dev-python/notify-python[${PYTHON_USEDEP}]
net-misc/rsync[xattr,acl]
kde? (
>=kde-base/kdelibs-4
kde-base/pykde4[${PYTHON_USEDEP}]
kde-base/kompare
kde-base/kdesu
)
gnome? (
gnome-base/libglade
dev-util/meld
gnome-base/gnome-session
dev-python/gnome-vfs-python
dev-python/libgnome-python
dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pygtk[${PYTHON_USEDEP}]
)"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
S=${WORKDIR}
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.0.24-dont-install-license.patch
#fix doc install location
sed -i "s:/doc/kde4/HTML/:/doc/HTML/:g" kde4/Makefile.template || die
sed -i "s:/doc/backintime:/doc/${PF}:g" common/Makefile.template || die
cp "${FILESDIR}"/backintime-1.0.4-kde4-root.desktop \
kde4/backintime-kde4-root.desktop || die
epatch "${FILESDIR}"/${PN}-1.0.6-wrapper.patch
sed -e "/ python /s:python:${PYTHON}:" \
-e "/^APP_PATH=/s:/usr:${EPREFIX}/usr:" \
-i common/backintime \
-i gnome/backintime-gnome \
-i kde4/backintime-kde4 || die
backintime_variants="common $(usex gnome gnome "") $(usex kde kde4 '')"
backintime_run() {
local variant
for variant in ${backintime_variants} ; do
einfo "$variant: run \"$@\""
pushd "${S}"/${variant} || die
"${@}" || die
popd
done
}
if [ -n ${LINGUAS+x} ] ; then
cd common/po || die
for po in *.po ; do
if ! has ${po/.po} ${LINGUAS} ; then
rm ${po} || die
fi
done
fi
}
src_configure() {
backintime_run econf
}
src_compile() {
backintime_run emake
}
src_install() {
backintime_run emake DESTDIR="${D}" install
python_optimize "${D}"
}