diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-11-04 14:26:10 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-11-04 14:26:10 +0000 |
commit | adeda248fc06eb7f597dc092279c839025fe7008 (patch) | |
tree | e710616ea1a36424ab8ecf71951b2c65972ccbde /x11-themes | |
parent | version bump (diff) | |
download | gentoo-2-adeda248fc06eb7f597dc092279c839025fe7008.tar.gz gentoo-2-adeda248fc06eb7f597dc092279c839025fe7008.tar.bz2 gentoo-2-adeda248fc06eb7f597dc092279c839025fe7008.zip |
Revbump to add a patch so qtcurve finds its old config files properly. Added myself as maintainer
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve/ChangeLog | 9 | ||||
-rw-r--r-- | x11-themes/qtcurve/metadata.xml | 4 | ||||
-rw-r--r-- | x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild (renamed from x11-themes/qtcurve/qtcurve-1.8.17.ebuild) | 7 |
3 files changed, 17 insertions, 3 deletions
diff --git a/x11-themes/qtcurve/ChangeLog b/x11-themes/qtcurve/ChangeLog index deaa75033650..b4aa77a9a9de 100644 --- a/x11-themes/qtcurve/ChangeLog +++ b/x11-themes/qtcurve/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-themes/qtcurve # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.78 2013/11/04 08:22:29 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.79 2013/11/04 14:26:10 polynomial-c Exp $ + +*qtcurve-1.8.17-r1 (04 Nov 2013) + + 04 Nov 2013; Lars Wendler <polynomial-c@gentoo.org> -qtcurve-1.8.17.ebuild, + +qtcurve-1.8.17-r1.ebuild, metadata.xml: + Revbump to add a patch so qtcurve finds its old config files properly. Added + myself as maintainer. 04 Nov 2013; Lars Wendler <polynomial-c@gentoo.org> qtcurve-1.8.17.ebuild: Fixed HOMEPAGE. diff --git a/x11-themes/qtcurve/metadata.xml b/x11-themes/qtcurve/metadata.xml index af38a96e615f..630fd27382d5 100644 --- a/x11-themes/qtcurve/metadata.xml +++ b/x11-themes/qtcurve/metadata.xml @@ -2,6 +2,10 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>qt</herd> + <maintainer> + <email>polynomial-c@gentoo.org</email> + <name>Lars Wendler</name> + </maintainer> <use> <flag name="kde">Enable KDE4 support. This adds a QtCurve configuration module to KDE's SystemSettings</flag> diff --git a/x11-themes/qtcurve/qtcurve-1.8.17.ebuild b/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild index 158130525d82..a2f74c1443ef 100644 --- a/x11-themes/qtcurve/qtcurve-1.8.17.ebuild +++ b/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17.ebuild,v 1.3 2013/11/04 08:22:29 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-1.8.17-r1.ebuild,v 1.1 2013/11/04 14:26:10 polynomial-c Exp $ EAPI=5 KDE_REQUIRED="optional" @@ -14,7 +14,8 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/QtCurve/qtcurve.git" KEYWORDS="" else - SRC_URI="https://github.com/QtCurve/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/QtCurve/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz + https://github.com/QtCurve/${PN}/commit/69047935dd4a9549d238cbc457e9c3cfa37386ae.patch -> ${P}-old_config_file.patch" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi @@ -48,6 +49,8 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS ChangeLog.md README.md TODO.md ) +PATCHES=( "${DISTDIR}/${P}-old_config_file.patch" ) + pkg_setup() { use kde && kde4-base_pkg_setup } |