* [gentoo-commits] proj/kde:master commit in: kde-base/oxygen-fonts/
@ 2014-10-15 11:22 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2014-10-15 11:22 UTC (permalink / raw
To: gentoo-commits
commit: c8d366201cab4d70d9cc4ae4225cee86543d1c86
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 11:22:53 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 11:22:53 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c8d36620
[kde-base/oxygen-fonts] Add 5.1 branch live ebuild.
Package-Manager: portage-2.2.12
---
kde-base/oxygen-fonts/oxygen-fonts-5.1.9999.ebuild | 35 ++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/kde-base/oxygen-fonts/oxygen-fonts-5.1.9999.ebuild b/kde-base/oxygen-fonts/oxygen-fonts-5.1.9999.ebuild
new file mode 100644
index 0000000..a126649
--- /dev/null
+++ b/kde-base/oxygen-fonts/oxygen-fonts-5.1.9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils font git-r3
+
+DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen-fonts"
+EGIT_REPO_URI="git://anongit.kde.org/oxygen-fonts"
+
+LICENSE="OFL-1.1"
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ dev-libs/extra-cmake-modules
+ media-gfx/fontforge
+"
+RDEPEND="!media-fonts/oxygen-fonts"
+
+src_configure() {
+ local mycmakeargs=(
+ -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
+ )
+
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ font_src_install
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/oxygen-fonts/
@ 2014-10-15 13:51 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2014-10-15 13:51 UTC (permalink / raw
To: gentoo-commits
commit: e4a77a73d28ce82cee8a619345f71a4214daab7a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 13:51:44 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 13:51:44 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e4a77a73
[kde-base/oxygen-fonts] Fix S for unusual release.
Package-Manager: portage-2.2.12
---
kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild b/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild
index 1409b7b..890cb00 100644
--- a/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild
+++ b/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild
@@ -21,6 +21,8 @@ DEPEND="
"
RDEPEND="!media-fonts/oxygen-fonts"
+S=${WORKDIR}/${PN}-5.1.0
+
src_configure() {
local mycmakeargs=(
-DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/oxygen-fonts/
@ 2014-10-25 18:55 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2014-10-25 18:55 UTC (permalink / raw
To: gentoo-commits
commit: 75af9a220de9fe61d752b99b7ec9b3a1dc63b69b
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 25 18:54:58 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 25 18:54:58 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=75af9a22
[kde-base/oxygen-fonts] In tree, too.
Package-Manager: portage-2.2.14
---
kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild | 37 -----------------------
1 file changed, 37 deletions(-)
diff --git a/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild b/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild
deleted file mode 100644
index 890cb00..0000000
--- a/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils font
-
-DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen-fonts"
-SRC_URI="mirror://kde/stable/plasma/5.1.0/${P}.tar.xz"
-
-LICENSE="OFL-1.1"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-libs/extra-cmake-modules
- media-gfx/fontforge
-"
-RDEPEND="!media-fonts/oxygen-fonts"
-
-S=${WORKDIR}/${PN}-5.1.0
-
-src_configure() {
- local mycmakeargs=(
- -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- font_src_install
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/oxygen-fonts/
@ 2014-11-06 20:43 Manuel Rüger
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rüger @ 2014-11-06 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 8bb9de9009e0a78160a1cc90d5dd927a4770c550
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 6 20:43:22 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Nov 6 20:43:22 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8bb9de90
[kde-base/oxygen-fonts] Add missed ebuild.
---
kde-base/oxygen-fonts/oxygen-fonts-5.1.1.ebuild | 35 +++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/kde-base/oxygen-fonts/oxygen-fonts-5.1.1.ebuild b/kde-base/oxygen-fonts/oxygen-fonts-5.1.1.ebuild
new file mode 100644
index 0000000..097bf70
--- /dev/null
+++ b/kde-base/oxygen-fonts/oxygen-fonts-5.1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild,v 1.1 2014/10/15 13:34:23 kensington Exp $
+
+EAPI=5
+
+inherit cmake-utils font
+
+DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop"
+HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen-fonts"
+SRC_URI="mirror://kde/stable/plasma/${PV}/${P}.tar.xz"
+
+LICENSE="OFL-1.1"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ dev-libs/extra-cmake-modules
+ media-gfx/fontforge
+"
+RDEPEND="!media-fonts/oxygen-fonts"
+
+src_configure() {
+ local mycmakeargs=(
+ -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
+ )
+
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ font_src_install
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-11-06 20:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 11:22 [gentoo-commits] proj/kde:master commit in: kde-base/oxygen-fonts/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2014-10-15 13:51 Michael Palimaka
2014-10-25 18:55 Manuel Rüger
2014-11-06 20:43 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox