initial commit

This commit is contained in:
2011-09-07 21:52:54 +04:00
commit a875af6b67
122 changed files with 6256 additions and 0 deletions

2
x11-misc/gxneur/Manifest Normal file
View File

@ -0,0 +1,2 @@
DIST gxneur-0.12.0.tar.bz2 397357 RMD160 c0b60c9ebc9be2c12dd24165bc1c893f828eac08 SHA1 281b52dae303035f5fc8bb808c38d7fa97545f4f SHA256 ef5d337cd9a79ccb07a0d84248ba6088608642978897484b547065bac9d344d2
EBUILD gxneur-0.12.0.ebuild 991 RMD160 590fccc74f1a896338b979e89e7aa2cba10dddee SHA1 a2f81d87129c4dedceed4c270c55a279a8bf4b5d SHA256 565fffa58a578a09becc00b46ba2dc2aa5f9a06373da3fe80ad7fb60c6f1a55e

View File

@ -0,0 +1,43 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit autotools eutils versionator
DESCRIPTION="GTK+ based GUI for xneur"
HOMEPAGE="http://www.xneur.ru/"
SRC_URI="http://dists.xneur.ru/release-${PV}/tgz/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
COMMON_DEPEND=">=gnome-base/libglade-2.6.0
>=sys-devel/gettext-0.16.1
>=x11-libs/gtk+-2.18:2
>=x11-misc/xneur-$(get_version_component_range 1-2)"
RDEPEND="${COMMON_DEPEND}
nls? ( virtual/libintl )"
DEPEND="${COMMON_DEPEND}
nls? ( sys-devel/gettext )
>=dev-util/pkgconfig-0.20"
src_prepare() {
rm -f m4/{lt~obsolete,ltoptions,ltsugar,ltversion,libtool}.m4 \
ltmain.sh aclocal.m4 || die
sed -i "s/-Werror -g0//" configure.in || die
eautoreconf
}
src_configure() {
econf $(use_enable nls)
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS || die
doicon pixmaps/gxneur.png || die
}

View File

@ -0,0 +1,44 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit autotools eutils versionator
DESCRIPTION="GTK+ based GUI for xneur"
HOMEPAGE="http://www.xneur.ru/"
SRC_URI="http://dists.xneur.ru/release-${PV}/tgz/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
COMMON_DEPEND=">=gnome-base/libglade-2.6.0
>=sys-devel/gettext-0.16.1
>=x11-libs/gtk+-2.18:2
>=x11-misc/xneur-$(get_version_component_range 1-2)
>=gnome-base/gconf-2.0"
RDEPEND="${COMMON_DEPEND}
nls? ( virtual/libintl )"
DEPEND="${COMMON_DEPEND}
nls? ( sys-devel/gettext )
>=dev-util/pkgconfig-0.20"
src_prepare() {
rm -f m4/{lt~obsolete,ltoptions,ltsugar,ltversion,libtool}.m4 \
ltmain.sh aclocal.m4 || die
sed -i "s/-Werror -g0//" configure.in || die
eautoreconf
}
src_configure() {
econf $(use_enable nls)
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS || die
doicon pixmaps/gxneur.png || die
}