[gentoo-commits] proj/betagarden:master commit in: x11-libs/smooth/, dev-libs/libcpuid/, app-dicts/12dicts/

2016-01-07 Thread Justin Lecher
commit: 6f5b31905355ef6d9695351c7d8f0cfd1160b331
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Jan  7 12:09:37 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Jan  7 12:09:37 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=6f5b3190

Update remote-ids in metadata.xml

Signed-off-by: Justin Lecher  gentoo.org>

 app-dicts/12dicts/metadata.xml | 5 -
 dev-libs/libcpuid/metadata.xml | 5 -
 x11-libs/smooth/metadata.xml   | 5 -
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/app-dicts/12dicts/metadata.xml b/app-dicts/12dicts/metadata.xml
index 16bcc9f..30c2911 100644
--- a/app-dicts/12dicts/metadata.xml
+++ b/app-dicts/12dicts/metadata.xml
@@ -1,8 +1,11 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd";>
 

sp...@gentoo.org
Sebastian Pipping

+   
+   wordlist
+   
 

diff --git a/dev-libs/libcpuid/metadata.xml b/dev-libs/libcpuid/metadata.xml
index 16bcc9f..8ec2171 100644
--- a/dev-libs/libcpuid/metadata.xml
+++ b/dev-libs/libcpuid/metadata.xml
@@ -1,8 +1,11 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd";>
 

sp...@gentoo.org
Sebastian Pipping

+   
+   anrieff/libcpuid
+   
 

diff --git a/x11-libs/smooth/metadata.xml b/x11-libs/smooth/metadata.xml
index 16bcc9f..987c334 100644
--- a/x11-libs/smooth/metadata.xml
+++ b/x11-libs/smooth/metadata.xml
@@ -1,8 +1,11 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd";>
 

sp...@gentoo.org
Sebastian Pipping

+   
+   smooth
+   
 



[gentoo-commits] proj/betagarden:master commit in: x11-libs/smooth/

2016-01-02 Thread Sebastian Pipping
commit: 1471f0456154291e4394dfa31cc2edc5ba9d7641
Author: Sebastian Pipping  pipping  org>
AuthorDate: Sat Jan  2 22:25:59 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Jan  2 23:27:05 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=1471f045

x11-libs/smooth: 0.8.72.0_pre2

 x11-libs/smooth/smooth-0.8.72.0_pre2.ebuild | 66 +
 1 file changed, 66 insertions(+)

diff --git a/x11-libs/smooth/smooth-0.8.72.0_pre2.ebuild 
b/x11-libs/smooth/smooth-0.8.72.0_pre2.ebuild
new file mode 100644
index 000..47f7db2
--- /dev/null
+++ b/x11-libs/smooth/smooth-0.8.72.0_pre2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils
+
+MY_PV=${PV/_/-}
+DESCRIPTION="smooth Class Library"
+HOMEPAGE="http://www.smooth-project.org/";
+SRC_URI="https://freac.org/preview/${PN}-${MY_PV}.tar.gz";
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   app-arch/bzip2
+   dev-libs/atk
+   dev-libs/fribidi
+   dev-libs/glib:*
+   dev-libs/libxml2
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/libpng:*
+   sys-devel/gcc:*[cxx]
+   sys-libs/zlib
+   virtual/jpeg:*
+   virtual/libiconv
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-libs/pango
+   "
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog ToDo.xml )
+
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+src_compile() {
+   local config=(
+   systemlibbz2
+   bundledlibcpuid
+   bundledlibfribidi
+   systemlibiconv
+   systemlibjpeg
+   systemlibpng
+   systemlibxml2
+   systemzlib
+   )
+
+   emake prefix=/usr config="${config[*]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" prefix=/usr install
+
+   insinto /usr/share/${PF}/
+   doins -r doc samples tutorial
+}



[gentoo-commits] proj/betagarden:master commit in: x11-libs/smooth/

2015-11-02 Thread Sebastian Pipping
commit: f1f51a61387434739d8a1dfe81a49ca20a82d2cf
Author: Sebastian Pipping  pipping  org>
AuthorDate: Mon Nov  2 15:35:21 2015 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Nov  2 15:35:21 2015 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=f1f51a61

x11-libs/smooth: 0.8.72.0_pre1

 x11-libs/smooth/smooth-0.8.72.0_pre1.ebuild | 55 +
 1 file changed, 55 insertions(+)

diff --git a/x11-libs/smooth/smooth-0.8.72.0_pre1.ebuild 
b/x11-libs/smooth/smooth-0.8.72.0_pre1.ebuild
new file mode 100644
index 000..76d04cf
--- /dev/null
+++ b/x11-libs/smooth/smooth-0.8.72.0_pre1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils
+
+MY_PV=${PV/_/-}
+DESCRIPTION="smooth Class Library"
+HOMEPAGE="http://www.smooth-project.org/";
+SRC_URI="https://freac.org/preview/${PN}-${MY_PV}.tar.gz";
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/atk
+   dev-libs/fribidi
+   dev-libs/glib:*
+   dev-libs/libxml2
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/libpng:*
+   sys-devel/gcc:*[cxx]
+   sys-libs/zlib
+   virtual/jpeg:*
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-libs/pango
+   "
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog ToDo.xml )
+
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+src_compile() {
+   emake prefix=/usr
+}
+
+src_install() {
+   addpredict /etc/ld.so.cache:/etc/ld.so.cache~
+
+   emake DESTDIR="${D}" prefix=/usr install
+
+   insinto /usr/share/${PF}/
+   doins -r doc samples tutorial
+}



[gentoo-commits] proj/betagarden:master commit in: x11-libs/smooth/files/, x11-libs/smooth/

2015-10-19 Thread Sebastian Pipping
commit: dfc52015ad657e493d3377cc9a301137a357738f
Author: Sebastian Pipping  pipping  org>
AuthorDate: Mon Oct 19 18:43:03 2015 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Oct 19 18:44:18 2015 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=dfc52015

x11-libs/smooth: 0.8.71.3

 .../files/smooth-0.8.71.3-compile-flags.patch  | 56 ++
 .../smooth/files/smooth-0.8.71.3-destdir.patch | 67 ++
 .../smooth/files/smooth-0.8.71.3-ldconfig.patch| 33 +++
 .../files/smooth-0.8.71.3-no-uninstall.patch   | 25 
 x11-libs/smooth/metadata.xml   |  8 +++
 x11-libs/smooth/smooth-0.8.71.3.ebuild | 58 +++
 6 files changed, 247 insertions(+)

diff --git a/x11-libs/smooth/files/smooth-0.8.71.3-compile-flags.patch 
b/x11-libs/smooth/files/smooth-0.8.71.3-compile-flags.patch
new file mode 100644
index 000..e77199f
--- /dev/null
+++ b/x11-libs/smooth/files/smooth-0.8.71.3-compile-flags.patch
@@ -0,0 +1,56 @@
+From 46c5bfb6e1947c0f286f8ca56d804ace58369c6a Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Mon, 19 Oct 2015 19:10:54 +0200
+Subject: [PATCH 1/4] Remove optimization and architecture build flags
+
+---
+ Makefile-commands | 21 +
+ 1 file changed, 1 insertion(+), 20 deletions(-)
+
+diff --git a/Makefile-commands b/Makefile-commands
+index dbd4557..25194c1 100644
+--- a/Makefile-commands
 b/Makefile-commands
+@@ -3,16 +3,12 @@
+ include $(SMOOTH_PATH)/Makefile-options
+ 
+ CC   = gcc
+-CCOPTS   = -g0 -march=i586 -Wall -I$(SMOOTH_PATH)/include -DUNICODE 
-D_UNICODE $(MYCCOPTS)
++CCOPTS   = -Wall -I$(SMOOTH_PATH)/include -DUNICODE -D_UNICODE 
$(MYCCOPTS)
+ RC   = windres
+ RCOPTS   = -DSMOOTH_DLL -O coff
+ LD   = gcc
+ LDOPTS   = -L$(SMOOTH_PATH)/$(LIBDIR) -lstdc++ -s $(LIBS)
+ 
+-ifneq ($(BUILD_SOLARIS),True)
+-  CCOPTS += -Os
+-endif
+-
+ ifndef GLOBALDLL
+ ifeq ($(BUILD_WIN32),True)
+   LDOPTS += -lsmooth
+@@ -69,21 +65,6 @@ ifneq ($(EXCEPTION),True)
+   CCOPTS += -fno-exceptions
+ endif
+ 
+-ifeq ($(BUILD_OSX),True)
+-  CCOPTS += -arch x86_64 -arch i386
+-  LDOPTS += -arch x86_64 -arch i386
+-else ifeq ($(BUILD_X86_64),True)
+-  CCOPTS += -m64
+-  LDOPTS += -m64
+-
+-  RCOPTS += --target=pe-x86-64
+-else
+-  CCOPTS += -m32
+-  LDOPTS += -m32
+-
+-  RCOPTS += --target=pe-i386
+-endif
+-
+ ifndef GLOBALLIB
+ ifndef GLOBALEXE
+ ifndef GLOBALDLL
+-- 
+2.6.2
+

diff --git a/x11-libs/smooth/files/smooth-0.8.71.3-destdir.patch 
b/x11-libs/smooth/files/smooth-0.8.71.3-destdir.patch
new file mode 100644
index 000..b4e401b
--- /dev/null
+++ b/x11-libs/smooth/files/smooth-0.8.71.3-destdir.patch
@@ -0,0 +1,67 @@
+From 268f6080f5a01e399bd80ebac4195880bf9e1791 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Mon, 19 Oct 2015 19:25:46 +0200
+Subject: [PATCH 3/4] Add DESTDIR support
+
+---
+ Makefile | 34 +-
+ 1 file changed, 17 insertions(+), 17 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index ffba29f..8278a51 100644
+--- a/Makefile
 b/Makefile
+@@ -115,14 +115,14 @@ libs:
+ install:
+ ifneq ($(BUILD_WIN32),True)
+ ifneq ($(BUILD_OSX),True)
+-  $(MKDIR) -p $(PREFIX)/$(LIB)
+-  $(COPY) $(LIBDIR)/libsmooth-$(VERSION)$(SHARED) 
$(PREFIX)/$(LIB)/libsmooth-$(VERSION)$(SHARED).$(REVISION)
+-  $(LINK) -s $(PREFIX)/$(LIB)/libsmooth-$(VERSION)$(SHARED).$(REVISION) 
$(PREFIX)/$(LIB)/libsmooth-$(VERSION)$(SHARED)
+-  $(CHMOD) a=r,u=rw 
$(PREFIX)/$(LIB)/libsmooth-$(VERSION)$(SHARED).$(REVISION) 
$(PREFIX)/$(LIB)/libsmooth-$(VERSION)$(SHARED)
++  $(MKDIR) -p $(DESTDIR)$(PREFIX)/$(LIB)
++  $(COPY) $(LIBDIR)/libsmooth-$(VERSION)$(SHARED) 
$(DESTDIR)$(PREFIX)/$(LIB)/libsmooth-$(VERSION)$(SHARED).$(REVISION)
++  $(LINK) -s libsmooth-$(VERSION)$(SHARED).$(REVISION) 
$(DESTDIR)$(PREFIX)/$(LIB)/libsmooth-$(VERSION)$(SHARED)
++  $(CHMOD) a=r,u=rw 
$(DESTDIR)$(PREFIX)/$(LIB)/libsmooth-$(VERSION)$(SHARED).$(REVISION) 
$(DESTDIR)$(PREFIX)/$(LIB)/libsmooth-$(VERSION)$(SHARED)
+ 
+-  $(COPY) $(LIBDIR)/libsmooth-js-$(VERSION)$(SHARED) 
$(PREFIX)/$(LIB)/libsmooth-js-$(VERSION)$(SHARED).$(REVISION)
+-  $(LINK) -s 
$(PREFIX)/$(LIB)/libsmooth-js-$(VERSION)$(SHARED).$(REVISION) 
$(PREFIX)/$(LIB)/libsmooth-js-$(VERSION)$(SHARED)
+-  $(CHMOD) a=r,u=rw 
$(PREFIX)/$(LIB)/libsmooth-js-$(VERSION)$(SHARED).$(REVISION) 
$(PREFIX)/$(LIB)/libsmooth-js-$(VERSION)$(SHARED)
++  $(COPY) $(LIBDIR)/libsmooth-js-$(VERSION)$(SHARED) 
$(DESTDIR)$(PREFIX)/$(LIB)/libsmooth-js-$(VERSION)$(SHARED).$(REVISION)
++  $(LINK) -s libsmooth-js-$(VERSION)$(SHARED).$(REVISION) 
$(DESTDIR)$(PREFIX)/$(LIB)/libsmooth-js-$(VERSION)$(SHARED)
++  $(CHMOD) a=r,u=rw 
$(DESTDIR)$(PREFIX)/$(LIB)/libsmooth-js-$(VERSION)$(SHARED).$(REVISION) 
$(DESTDIR)$(PREFIX)/$(LIB)/libsmooth-js-$(VERSION)$(SHARED)
+ 
+ ifeq (