Redigest
This commit is contained in:
17
x11-libs/libyui/ChangeLog
Normal file
17
x11-libs/libyui/ChangeLog
Normal file
@@ -0,0 +1,17 @@
|
||||
# ChangeLog for x11-libs/libyui
|
||||
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libyui/ChangeLog,v 1.3 2012/07/30 18:14:12 miska Exp $
|
||||
|
||||
30 Jul 2012; Michal Hrusecky <miska@gentoo.org> libyui-2.21.1.ebuild,
|
||||
+files/libyui-2.21.1-gcc-47.patch:
|
||||
Fixed build with gcc-4.7 (bug#422065)
|
||||
|
||||
15 Aug 2011; Michal Hrusecky <miska@gentoo.org> libyui-2.21.1.ebuild:
|
||||
Disabling ~x86 for now, enabled by accident
|
||||
|
||||
*libyui-2.21.1 (15 Aug 2011)
|
||||
|
||||
15 Aug 2011; Michal Hrusecky <miska@gentoo.org> +libyui-2.21.1.ebuild,
|
||||
+metadata.xml:
|
||||
New ebuild for libyui. Ebuild written by me.
|
||||
|
||||
5
x11-libs/libyui/Manifest
Normal file
5
x11-libs/libyui/Manifest
Normal file
@@ -0,0 +1,5 @@
|
||||
AUX libyui-2.21.1-gcc-47.patch 398 SHA256 0ec582ca68e93ec747f144e7f4bc06376696968959b57d788001b3a59accf0fb SHA512 2bb42bed86d8e8f2beb10865f9b39bb4be76144c00cb315a4aa260467d10d5335490085ff8a2cf608a9766a71998cfa6a0facb2c1537f1197df264063e4f699d WHIRLPOOL 0719012448b87b036a3449207b7f6252592bf9e543d4c221a863533f2e7125803b12cb84cfa94b8006d03c7e347240273eb77990a505b84e7c714b2a0e3cd7b3
|
||||
DIST libyui-3.0.10.tar.gz 199878 SHA256 095116a3ea9a4a213608c24b5792447b26289c6dfc584005baa60f0974fa1480 SHA512 7c6340a439d7046573d39fe3e69a8fb02f62a7d08db8d2b6e0dcd2685d606eeebd55b934f283a22984861ad3643cbb750156b51e3915c8c2ffdfb49fcfcc6f60 WHIRLPOOL e18252c3a1052993fe3ef7c85b1bca13b9d5ff9703f1a7ea989c6ac891b527f833a68c3e44e6a77ab24ff79fd9b61f412d6a19f381063515a33d23d30b3f5bfb
|
||||
EBUILD libyui-3.0.10.ebuild 870 SHA256 e47b25f32dd8fdb490cc4ddbc423dab8c45796be75aa61ab32562109078048b6 SHA512 dc817e963304b1547f2fd83589a27289173da830f56b8c0d4df489b600d6d843ada561489075f796f762d799fc6c38c52b19b4e45263e5941c07fb244a8262a2 WHIRLPOOL 2197a44d7585d960923e0c3eef1ad391f4a54c52c447906f1c2eef084bfcdd7c457c222deac916e85cf6cc1f6a3e5eb5e79333a4a14e44c64655e2a301e613ad
|
||||
MISC ChangeLog 639 SHA256 2f06e174484e5951634d85996a8b1c4cc5f766d3f83d4c79652b0693aa5a9e55 SHA512 1d2d4bada10a9e302c6a6fc9b9fb37442af98b6ed215ea030909ba766188c2b74f89b423cfeb79e15d915a7d9ae4e683d50cd22de432ac803e1e73d901dd36ce WHIRLPOOL 1473aeb41ae9673a33e3b69d3e54ec27f4dcaf3907568c5f6fcbd596e430f894fd7c4cb23959b4d5deed253e2932d9276a59e4e717708197f04ed24f13ebb9a3
|
||||
MISC metadata.xml 490 SHA256 372bcdb012a54b79f6d393a4b9c9a551476a475daff348b5662b9dddbda47339 SHA512 5bd8c884898d9016af54a0ea3ac119fbe7d7a412e4797e09eb38b96b6c120cc87c2e089d3f4a1bb0af740511c56ac1a591ac409a9b29d0db09346b2e48760e2f WHIRLPOOL 9338b307194bf99fbeb0f30b7ceef5db3378d65fd55b269c6fcb4d26f78c4f4f5525567fdb8f86f003cb6d416e48d2181cc1bae6c9d832df0697f7c8bb3884e0
|
||||
12
x11-libs/libyui/files/libyui-2.21.1-gcc-47.patch
Normal file
12
x11-libs/libyui/files/libyui-2.21.1-gcc-47.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Naru libyui-2.21.1-orig/src/TreeItem.h libyui-2.21.1/src/TreeItem.h
|
||||
--- libyui-2.21.1-orig/src/TreeItem.h 2012-07-30 14:22:00.833938743 +0200
|
||||
+++ libyui-2.21.1/src/TreeItem.h 2012-07-30 14:22:59.310288616 +0200
|
||||
@@ -251,7 +251,7 @@
|
||||
// Insert as first child
|
||||
|
||||
newChild->setNext( firstChild() );
|
||||
- setFirstChild( newChild );
|
||||
+ this->setFirstChild( newChild );
|
||||
}
|
||||
else
|
||||
{
|
||||
39
x11-libs/libyui/libyui-3.0.10.ebuild
Normal file
39
x11-libs/libyui/libyui-3.0.10.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libyui/libyui-2.21.1.ebuild,v 1.3 2012/07/30 18:14:12 miska Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit autotools eutils cmake-utils
|
||||
|
||||
DESCRIPTION="UI abstraction library"
|
||||
HOMEPAGE="https://github.com/libyui/libyui"
|
||||
SRC_URI="https://github.com/libyui/libyui/archive/libyui/master/${PV}.tar.gz -> libyui-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="qt4 ncurses gtk"
|
||||
|
||||
DEPEND=""
|
||||
REQUIRED_USE="|| ( qt4 ncurses gtk )"
|
||||
PDEPEND="
|
||||
qt4? ( x11-libs/libyui-qt )
|
||||
ncurses? ( x11-libs/libyui-ncurses )
|
||||
gtk? ( x11-libs/libyui-gtk )
|
||||
"
|
||||
|
||||
S=${WORKDIR}/${PN}-${PN}-master-${PV}
|
||||
|
||||
src_prepare() {
|
||||
./bootstrap.sh
|
||||
}
|
||||
|
||||
#src_configure() {
|
||||
# econf --disable-static
|
||||
#}
|
||||
|
||||
#src_install() {
|
||||
# default
|
||||
# find "${ED}" -name '*.la' -exec rm -f {} +
|
||||
#}
|
||||
12
x11-libs/libyui/metadata.xml
Normal file
12
x11-libs/libyui/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>miska@gentoo.org</email>
|
||||
<name>Michal Hrušecký</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
YaST2 user interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses). This can be used independently of YaST2 for generic (C++) applications.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user