Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 887 - commonc++-1.9.5.ebuild is a new ebuild for gentoo
Summary: commonc++-1.9.5.ebuild is a new ebuild for gentoo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Bruce A. Locke (RETIRED)
URL: http://www.gnu.org/software/commonc++/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-28 01:30 UTC by Michael M Nazaroff (RETIRED)
Modified: 2002-10-13 03:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
This is the commonc++-1.9.5.ebuild (commonc++-1.9.5.tar.gz,823 bytes, application/x-tgz)
2002-02-28 01:31 UTC, Michael M Nazaroff (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael M Nazaroff (RETIRED) gentoo-dev 2002-02-28 01:30:46 UTC
:o) 
 
Please find attached commonc++-1.9.5.tar.gz containing commonc++-1.9.5.ebuild. 
 
CommonC++ is a C++ framework offering portable support for threading, sockets, 
file access, daemons, persistence, serial I/O, XML parsing, and system 
services. 
If you want to check out the page you can goto 
http://www.gnu.org/software/commonc++/ 
 
I suggest dev-libs/commonc++ 
 
Michael M Nazaroff aka "naz"
Comment 1 Michael M Nazaroff (RETIRED) gentoo-dev 2002-02-28 01:31:50 UTC
Created attachment 253 [details]
This is the commonc++-1.9.5.ebuild
Comment 2 Bruce A. Locke (RETIRED) gentoo-dev 2002-02-28 01:44:23 UTC
Merging the package results in the installation of files in the correct place
under /usr but also:

--- /var/
--- /var/tmp/
--- /var/tmp/portage/
--- /var/tmp/portage/commonc++-1.9.5/
--- /var/tmp/portage/commonc++-1.9.5/work/
--- /var/tmp/portage/commonc++-1.9.5/work/CommonC++-1.9.5/
--- /var/tmp/portage/commonc++-1.9.5/work/CommonC++-1.9.5/lib/
>>> /var/tmp/portage/commonc++-1.9.5/work/CommonC++-1.9.5/lib/libccgnu-1.9.so.4.0.0
>>> /var/tmp/portage/commonc++-1.9.5/work/CommonC++-1.9.5/lib/libccgnu-1.9.so.4
-> libccgnu-1.9.so.4.0.0
>>> /var/tmp/portage/commonc++-1.9.5/work/CommonC++-1.9.5/lib/libccgnu.so ->
libccgnu-1.9.so.4.0.0
>>> /var/tmp/portage/commonc++-1.9.5/work/CommonC++-1.9.5/lib/libccgnu.la
>>> /var/tmp/portage/commonc++-1.9.5/work/CommonC++-1.9.5/lib/libccgnu.a

... etc ...

A quick glance at the ebuild shows nothing strange... broken Makefile?
Comment 3 Bruce A. Locke (RETIRED) gentoo-dev 2002-03-06 22:43:10 UTC
Ebuild is broken and no word from author after a week... marking as LATER and
closing bug
Comment 4 Michael M Nazaroff (RETIRED) gentoo-dev 2002-03-07 02:42:09 UTC
Well I played with the ebuild and would like to add this it seemed to work fine
on my machine without the weird behavior so when someone has time could they
please check it out :o)

S=${WORKDIR}/CommonC++-1.9.5
DESCRIPTION="GNU Common C++ is a C++ framework offering portable support $
threading, sockets, file access, daemons, persistence, serial I/O, XML pa$
and system services"
SRC_URI="ftp://ftp.gnu.org/pub/gnu/commonc++/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/commonc++/"


DEPEND="virtual/glibc
        sys-libs/zlib
        dev-libs/libxml2"

src_compile() {

    cd ${S}
    try ./configure --prefix=/usr --host=${CHOST} --mandir=/usr/share/man$
    emake || die "./configure failed"

}

src_install () {

    cd ${S}
    make prefix=${D} install || die
    dodoc AUTHORS INSTALL NEWS OVERVIEW.TXT ChangeLog\
                  README THANKS TODO
}
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2002-10-12 22:41:48 UTC
this has been added into portage, I think.,