mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-util/nemiver: Version bump
Package-Manager: portage-2.2.22
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST nemiver-0.9.5.tar.xz 1396468 SHA256 33590e3964092cabb629a6ba8415786b054702063a944eca5fe4156048baf8d9 SHA512 c8aac934749320caab163d15520cb3eb9a981ca0311c0c9a8b29f31f6e57a7d50d0cdae663d635155f9ed3617462175949ddf2d776058880c0a243b419280b98 WHIRLPOOL 37a1e6077f8b784cfd982bf4df7cd0c9b02081f4dcfeefab15bca89fedbb1df9f8799d1c3336a5eb06b132d745a5d00700b33e8bec89e06bfd024692f1624680
|
||||
DIST nemiver-0.9.6.tar.xz 1427660 SHA256 85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2 SHA512 6fd941975af6e9ba98d7100daf8205f8b61f75ccde4aaf30145a4e2beafe1b96b14ab70d22db7c258aabc7c1a71d4787aa121bc4e943b3fc310e00c13feb4f21 WHIRLPOOL 4c0897901f54467ea9cd49167a528631500b97d590811c554346cac7a54e21bdc68fe671717cdfd8c28f41fa9d0fa2ef2b5e29de0066ec561439462eed35eef1
|
||||
|
||||
49
dev-util/nemiver/nemiver-0.9.6.ebuild
Normal file
49
dev-util/nemiver/nemiver-0.9.6.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
GCONF_DEBUG="yes"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit eutils gnome2
|
||||
|
||||
DESCRIPTION="A gtkmm front end to the GNU Debugger (gdb)"
|
||||
HOMEPAGE="https://wiki.gnome.org/Apps/Nemiver"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="memoryview"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/glib-2.16:2
|
||||
>=dev-cpp/glibmm-2.30:2
|
||||
>=dev-cpp/gtkmm-3:3.0
|
||||
>=dev-cpp/gtksourceviewmm-3:3.0
|
||||
>=gnome-base/gsettings-desktop-schemas-0.0.1
|
||||
>=gnome-base/libgtop-2.19
|
||||
x11-libs/vte:2.91
|
||||
>=dev-db/sqlite-3:3
|
||||
sys-devel/gdb
|
||||
dev-libs/boost
|
||||
memoryview? ( >=app-editors/ghex-2.90:2 )
|
||||
"
|
||||
# FIXME: dynamiclayout needs unreleased stable gdlmm:3
|
||||
# dynamiclayout? ( >=dev-cpp/gdlmm-3.0:3 )
|
||||
DEPEND="${RDEPEND}
|
||||
app-text/docbook-xml-dtd:4.1.2
|
||||
>=dev-util/intltool-0.40
|
||||
dev-util/itstool
|
||||
>=sys-devel/gettext-0.17
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
gnome2_src_configure \
|
||||
--disable-dynamiclayout \
|
||||
--disable-static \
|
||||
--disable-symsvis \
|
||||
--enable-gsettings \
|
||||
$(use_enable memoryview)
|
||||
}
|
||||
Reference in New Issue
Block a user