diff options
author | 2013-06-04 19:23:35 +0000 | |
---|---|---|
committer | 2013-06-04 19:23:35 +0000 | |
commit | e8970fc4fca820441ba7f395bcafa2821d593a62 (patch) | |
tree | c5570c3d40bbed8e6a3a07e95b063ec06d09eb7e /sys-apps/mount-gtk | |
parent | Version bump to make use of the new series of c++-gtk-utils >= 2.2.0 (diff) | |
download | gentoo-2-e8970fc4fca820441ba7f395bcafa2821d593a62.tar.gz gentoo-2-e8970fc4fca820441ba7f395bcafa2821d593a62.tar.bz2 gentoo-2-e8970fc4fca820441ba7f395bcafa2821d593a62.zip |
old
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-apps/mount-gtk')
-rw-r--r-- | sys-apps/mount-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mount-gtk/mount-gtk-1.4.1.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/sys-apps/mount-gtk/ChangeLog b/sys-apps/mount-gtk/ChangeLog index 3329a508ada1..9d9241dbd2d6 100644 --- a/sys-apps/mount-gtk/ChangeLog +++ b/sys-apps/mount-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mount-gtk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v 1.2 2013/06/04 19:22:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/ChangeLog,v 1.3 2013/06/04 19:23:35 ssuominen Exp $ + + 04 Jun 2013; Samuli Suominen <ssuominen@gentoo.org> -mount-gtk-1.4.1.ebuild: + old *mount-gtk-1.4.2 (04 Jun 2013) diff --git a/sys-apps/mount-gtk/mount-gtk-1.4.1.ebuild b/sys-apps/mount-gtk/mount-gtk-1.4.1.ebuild deleted file mode 100644 index c0deae672c6d..000000000000 --- a/sys-apps/mount-gtk/mount-gtk-1.4.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mount-gtk/mount-gtk-1.4.1.ebuild,v 1.1 2013/05/11 17:38:42 ssuominen Exp $ - -EAPI=5 -inherit autotools flag-o-matic - -DESCRIPTION="GTK+ based UDisks2 frontend" -HOMEPAGE="http://mount-gtk.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.25 - sys-fs/udisks:2 - x11-libs/c++-gtk-utils:3 - x11-libs/libX11 - x11-libs/libnotify" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS="AUTHORS BUGS ChangeLog" - -src_prepare() { - sed -i -e 's:AC_CONFIG_HEADER:&S:' configure.ac || die - eautoreconf -} - -src_configure() { - append-cxxflags -fexceptions -frtti -fsigned-char -fno-check-new -pthread -std=c++11 -# unset CXXFLAGS - econf --docdir=/usr/share/doc/${PF} -} |