diff options
author | Angelo Arrifano <miknix@gentoo.org> | 2012-05-25 23:38:31 +0000 |
---|---|---|
committer | Angelo Arrifano <miknix@gentoo.org> | 2012-05-25 23:38:31 +0000 |
commit | 86c1d1472f4ea50c4a52b3215ac472e58573393a (patch) | |
tree | 2a01275e36c4f20b1f756fecd78f8c581bf2193f /sci-misc/mendeleydesktop | |
parent | Remove old versions. (diff) | |
download | gentoo-2-86c1d1472f4ea50c4a52b3215ac472e58573393a.tar.gz gentoo-2-86c1d1472f4ea50c4a52b3215ac472e58573393a.tar.bz2 gentoo-2-86c1d1472f4ea50c4a52b3215ac472e58573393a.zip |
Version bump
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc/mendeleydesktop')
-rw-r--r-- | sci-misc/mendeleydesktop/ChangeLog | 8 | ||||
-rw-r--r-- | sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild (renamed from sci-misc/mendeleydesktop/mendeleydesktop-1.5.1.ebuild) | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-misc/mendeleydesktop/ChangeLog b/sci-misc/mendeleydesktop/ChangeLog index dfc5ad2f6b27..0bab12eab084 100644 --- a/sci-misc/mendeleydesktop/ChangeLog +++ b/sci-misc/mendeleydesktop/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-misc/mendeleydesktop # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/ChangeLog,v 1.3 2012/04/23 16:41:41 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/ChangeLog,v 1.4 2012/05/25 23:38:30 miknix Exp $ + +*mendeleydesktop-1.5.2 (26 May 2012) + + 26 May 2012; Angelo Arrifano <miknix@gentoo.org> + -mendeleydesktop-1.5.1.ebuild, +mendeleydesktop-1.5.2.ebuild: + Version bump *mendeleydesktop-1.5.1 (23 Apr 2012) diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.5.1.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild index 5152d01e8fd5..866340b1c940 100644 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.5.1.ebuild +++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/mendeleydesktop-1.5.1.ebuild,v 1.1 2012/04/23 16:41:40 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/mendeleydesktop/mendeleydesktop-1.5.2.ebuild,v 1.1 2012/05/25 23:38:30 miknix Exp $ EAPI="4" @@ -52,8 +52,6 @@ src_prepare() { # remove bundled Qt libraries rm -rf lib/mendeleydesktop/plugins \ || die "failed to remove plugin directory" - rm lib/mendeleydesktop/libexec/qt.conf \ - || die "failed to remove qt configuration file" rm -rf lib/qt || die "failed to remove qt libraries" # force use of system Qt libraries |