pinkbyte    14/05/03 22:40:26

  Modified:             ChangeLog
  Added:                rudiments-0.46.ebuild
  Removed:              rudiments-0.32.ebuild rudiments-0.31.ebuild
  Log:
  Version bump, wrt bug #488108. Update buildsystem patch - respect CFLAGS, 
migrate to autotools-utils eclass. Drop old versions
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  Changes    Path
1.17                 dev-cpp/rudiments/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/rudiments/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/rudiments/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/rudiments/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/rudiments/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   7 Feb 2013 10:16:06 -0000       1.16
+++ ChangeLog   3 May 2014 22:40:26 -0000       1.17
@@ -1,6 +1,14 @@
 # ChangeLog for dev-cpp/rudiments
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/rudiments/ChangeLog,v 1.16 
2013/02/07 10:16:06 dev-zero Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/rudiments/ChangeLog,v 1.17 
2014/05/03 22:40:26 pinkbyte Exp $
+
+*rudiments-0.46 (03 May 2014)
+
+  03 May 2014; Sergey Popov <[email protected]> -rudiments-0.31.ebuild,
+  -rudiments-0.32.ebuild, +rudiments-0.46.ebuild,
+  +files/rudiments-0.46-buildsystem.patch:
+  Version bump, wrt bug #488108. Update buildsystem patch - respect CFLAGS,
+  migrate to autotools-utils eclass. Drop old versions
 
   07 Feb 2013; Tiziano Müller <[email protected]> metadata.xml:
   Add upstream remote-id info.



1.1                  dev-cpp/rudiments/rudiments-0.46.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/rudiments/rudiments-0.46.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/rudiments/rudiments-0.46.ebuild?rev=1.1&content-type=text/plain

Index: rudiments-0.46.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/rudiments/rudiments-0.46.ebuild,v 
1.1 2014/05/03 22:40:26 pinkbyte Exp $

EAPI="5"

AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils

DESCRIPTION="C++ class library for daemons, clients and servers"
HOMEPAGE="http://rudiments.sourceforge.net/";
SRC_URI="mirror://sourceforge/rudiments/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug pcre ssl static-libs"

DEPEND="pcre? ( dev-libs/libpcre )
        ssl? ( dev-libs/openssl:0 )"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}/${P}-buildsystem.patch" )

src_configure() {
        local myeconfargs=(
                --docdir="/usr/share/doc/${PF}/html" \
                $(use debug && "--enable-debug") \
                $(use_enable pcre) \
                $(use_enable ssl)
        )
        autotools-utils_src_configure
}




Reply via email to