diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2005-07-07 17:04:15 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2005-07-07 17:04:15 +0000 |
commit | 8fc457331bd051a7308ad7078f578eec6f0c5a4b (patch) | |
tree | af3388b78371e54442de102347b369d483e600f2 /dev-db/pgadmin3 | |
parent | Version bump (#88374). (diff) | |
download | gentoo-2-8fc457331bd051a7308ad7078f578eec6f0c5a4b.tar.gz gentoo-2-8fc457331bd051a7308ad7078f578eec6f0c5a4b.tar.bz2 gentoo-2-8fc457331bd051a7308ad7078f578eec6f0c5a4b.zip |
removed old ebuilds
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-db/pgadmin3')
-rw-r--r-- | dev-db/pgadmin3/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/pgadmin3/files/digest-pgadmin3-1.2.0 | 1 | ||||
-rw-r--r-- | dev-db/pgadmin3/files/digest-pgadmin3-1.2.1 | 1 | ||||
-rw-r--r-- | dev-db/pgadmin3/files/digest-pgadmin3-1.2.1-r1 | 1 | ||||
-rw-r--r-- | dev-db/pgadmin3/files/pgadmin3-1.2.1-configure.patch | 49 | ||||
-rw-r--r-- | dev-db/pgadmin3/pgadmin3-1.2.0.ebuild | 79 | ||||
-rw-r--r-- | dev-db/pgadmin3/pgadmin3-1.2.1-r1.ebuild | 74 | ||||
-rw-r--r-- | dev-db/pgadmin3/pgadmin3-1.2.1.ebuild | 74 |
8 files changed, 6 insertions, 280 deletions
diff --git a/dev-db/pgadmin3/ChangeLog b/dev-db/pgadmin3/ChangeLog index 5df09e1cebfa..d267f7b60b4a 100644 --- a/dev-db/pgadmin3/ChangeLog +++ b/dev-db/pgadmin3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/pgadmin3 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.16 2005/06/20 05:29:24 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.17 2005/07/07 17:04:15 nakano Exp $ + + 07 Jul 2005; Masatomo Nakano <nakano@gentoo.org> + -files/pgadmin3-1.2.1-configure.patch, -pgadmin3-1.2.0.ebuild, + -pgadmin3-1.2.1.ebuild, -pgadmin3-1.2.1-r1.ebuild: + Removed old ebuilds. 20 Jun 2005; Masatomo Nakano <nakano@gentoo.org> +files/pgadmin3-1.2.2-configure.patch, pgadmin3-1.2.2.ebuild: diff --git a/dev-db/pgadmin3/files/digest-pgadmin3-1.2.0 b/dev-db/pgadmin3/files/digest-pgadmin3-1.2.0 deleted file mode 100644 index b5f9ff3b8e9a..000000000000 --- a/dev-db/pgadmin3/files/digest-pgadmin3-1.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 09caa00a0249978781215bf3e4ac02b8 pgadmin3-1.2.0.tar.gz 3688790 diff --git a/dev-db/pgadmin3/files/digest-pgadmin3-1.2.1 b/dev-db/pgadmin3/files/digest-pgadmin3-1.2.1 deleted file mode 100644 index 3e56d8fdcf91..000000000000 --- a/dev-db/pgadmin3/files/digest-pgadmin3-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ae62e8cb19690568420b5eee5821a8e1 pgadmin3-1.2.1.tar.gz 3855296 diff --git a/dev-db/pgadmin3/files/digest-pgadmin3-1.2.1-r1 b/dev-db/pgadmin3/files/digest-pgadmin3-1.2.1-r1 deleted file mode 100644 index 3e56d8fdcf91..000000000000 --- a/dev-db/pgadmin3/files/digest-pgadmin3-1.2.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ae62e8cb19690568420b5eee5821a8e1 pgadmin3-1.2.1.tar.gz 3855296 diff --git a/dev-db/pgadmin3/files/pgadmin3-1.2.1-configure.patch b/dev-db/pgadmin3/files/pgadmin3-1.2.1-configure.patch deleted file mode 100644 index 5f07441adbab..000000000000 --- a/dev-db/pgadmin3/files/pgadmin3-1.2.1-configure.patch +++ /dev/null @@ -1,49 +0,0 @@ ---- configure.orig 2005-05-03 04:13:31.111052040 +0000 -+++ configure 2005-05-03 04:13:55.243383368 +0000 -@@ -4967,10 +4967,10 @@ - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - WX_HOME=/usr/local/wx2 -- if test ! -f "${WX_HOME}/include/wx-2.5/wx/wx.h" -+ if test ! -f "${WX_HOME}/include/wx-2.6/wx/wx.h" - then - WX_HOME=/usr/local -- if test ! -f "${WX_HOME}/include/wx-2.5/wx/wx.h" -+ if test ! -f "${WX_HOME}/include/wx-2.6/wx/wx.h" - then - WX_HOME=/usr - fi -@@ -5025,8 +5025,8 @@ - # Which version of wxWindows is this? - WX_VERSION=`${WX_CONFIG} --version` - case "${WX_VERSION}" in -- 2.5*) -- WX_VERSION="2.5" -+ 2.6*) -+ WX_VERSION="2.6" - ;; - 2.4*) - WX_VERSION="2.4" -@@ -5238,7 +5238,7 @@ - fi - - WX_NEW_CPPFLAGS=`${WX_CONFIG} --cxxflags` -- CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -I${WX_HOME}/include/wx-2.5" -+ CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -I${WX_HOME}/include/wx-2.6" - case "${host}" in - *-apple-darwin*) - CPPFLAGS="$CPPFLAGS -no-cpp-precomp -fno-rtti" -@@ -5247,11 +5247,11 @@ - ;; - esac - wx_wx_h="yes" -- if test ! -f "${WX_HOME}/include/wx-2.5/wx/version.h" -+ if test ! -f "${WX_HOME}/include/wx-2.6/wx/version.h" - then - wx_wx_h="no" - fi -- if test ! -f "${WX_HOME}/include/wx-2.5/wx/stc/stc.h" -+ if test ! -f "${WX_HOME}/include/wx-2.6/wx/stc/stc.h" - then - { { echo "$as_me:$LINENO: error: you need to install the stc package from wxWindows/contrib/src/stc" >&5 - echo "$as_me: error: you need to install the stc package from wxWindows/contrib/src/stc" >&2;} diff --git a/dev-db/pgadmin3/pgadmin3-1.2.0.ebuild b/dev-db/pgadmin3/pgadmin3-1.2.0.ebuild deleted file mode 100644 index 97d7e60f3c9a..000000000000 --- a/dev-db/pgadmin3/pgadmin3-1.2.0.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.2.0.ebuild,v 1.2 2005/05/03 02:42:51 nakano Exp $ - -inherit eutils libtool wxwidgets - -IUSE="unicode gtk2" - -RESTRICT="nomirror" -DESCRIPTION="wxWindows GUI for PostgreSQL" -HOMEPAGE="http://www.pgadmin.org/" -SRC_URI="mirror://postgresql/pgadmin3/release/v1.2.0/src/${P}.tar.gz" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" - -# Need 2.4.1-r1 for the extras in contrib -DEPEND=">=x11-libs/wxGTK-2.6 - || ( >=dev-db/postgresql-7.3.5 >=dev-db/postgresql-7.4.1-r2 ) - >=sys-apps/sed-4 - >=x11-libs/gtk+-2.4.9" - -pkg_setup() { - if use unicode && use gtk2; then - einfo "in USE \"gtk2 unicode\"" - else die "You must put \"gtk2 unicode\" in your USE." - fi -} - -src_compile() { - export WX_GTK_VER=2.5 - export WX_HOME=/usr - - local myconf - - if use unicode ; then - need-wxwidgets unicode || die "You need to emerge wxGTK with unicode in your USE" - elif ! use gtk2 ; then - need-wxwidgets gtk || die "You need to emerge wxGTK with gtk in your USE" - else - need-wxwidgets gtk2 || die "You need to emerge wxGTK with gtk2 in your USE" - fi - - myconf="${myconf} --with-pgsql-include=/usr/include/postgresql" - myconf="${myconf} --with-wx-config=/lib/wx/config/${WX_CONFIG_NAME}" - myconf="${myconf} --enable-gtk2" - myconf="${myconf} --enable-unicode" - myconf="${myconf} --enable-postgres" - LDFLAGS=-L/usr/lib/postgresql econf ${myconf} || die - - cd ${S} - emake || die -} - -src_install() { - einstall || die - - dodir /usr/share/pixmaps - - cp ${S}/src/include/images/elephant48.xpm ${D}/usr/share/pixmaps/pgadmin3.xpm - - dodir /usr/share/pgadmin3 - - cp ${S}/src/include/images/elephant48.xpm ${D}/usr/share/pgadmin3/pgadmin3.xpm - - chmod 644 ${D}/usr/share/pixmaps/pgadmin3.xpm - chmod 644 ${D}/usr/share/pgadmin3/pgadmin3.xpm - - dodir /usr/share/applications - - cp ${S}/pkg/pgadmin3.desktop ${D}/usr/share/applications/pgadmin3.desktop - chmod 644 ${D}/usr/share/applications/pgadmin3.desktop - - dodir /usr/share/applnk/Development - - cp ${S}/pkg/pgadmin3.desktop ${D}/usr/share/applnk/Development/pgadmin3.desktop - chmod 644 ${D}/usr/share/applnk/Development/pgadmin3.desktop -} diff --git a/dev-db/pgadmin3/pgadmin3-1.2.1-r1.ebuild b/dev-db/pgadmin3/pgadmin3-1.2.1-r1.ebuild deleted file mode 100644 index 9b345b09d2c4..000000000000 --- a/dev-db/pgadmin3/pgadmin3-1.2.1-r1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.2.1-r1.ebuild,v 1.2 2005/05/11 22:18:38 nakano Exp $ - -inherit eutils libtool wxwidgets - -IUSE="" - -RESTRICT="nomirror" -DESCRIPTION="wxWindows GUI for PostgreSQL" -HOMEPAGE="http://www.pgadmin.org/" -SRC_URI="mirror://postgresql/pgadmin3/release/v${PV}/src/${P}.tar.gz" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" - -DEPEND=">=x11-libs/wxGTK-2.6.0 - dev-db/libpq - >=sys-apps/sed-4" - -pkg_setup() { - if ! built_with_use '>=x11-libs/wxGTK-2.6.0' unicode ; then - die "${PN} requires >=x11-libs/wxGTK-2.6.0 emerged with USE='unicode'" - fi -} - -src_unpack() { - unpack ${A} - cd ${S} || die "Couldn't cd to ${S}" - epatch ${FILESDIR}/${P}-configure.patch -} - -src_compile() { - export WX_GTK_VER=2.6 - export WX_HOME=/usr - need-wxwidgets unicode - - local myconf - myconf="${myconf} --enable-unicode" - myconf="${myconf} --enable-gtk2" - myconf="${myconf} --with-pgsql-include=/usr/include/postgresql" - myconf="${myconf} --with-wx-config=/lib/wx/config/${WX_CONFIG_NAME}" - myconf="${myconf} --enable-postgres" - LDFLAGS=-L/usr/lib/postgresql econf ${myconf} || die - - cd ${S} - emake || die -} - -src_install() { - einstall || die - - dodir /usr/share/pixmaps - - cp ${S}/src/include/images/elephant48.xpm ${D}/usr/share/pixmaps/pgadmin3.xpm - - dodir /usr/share/pgadmin3 - - cp ${S}/src/include/images/elephant48.xpm ${D}/usr/share/pgadmin3/pgadmin3.xpm - - chmod 644 ${D}/usr/share/pixmaps/pgadmin3.xpm - chmod 644 ${D}/usr/share/pgadmin3/pgadmin3.xpm - - dodir /usr/share/applications - - cp ${S}/pkg/pgadmin3.desktop ${D}/usr/share/applications/pgadmin3.desktop - chmod 644 ${D}/usr/share/applications/pgadmin3.desktop - - dodir /usr/share/applnk/Development - - cp ${S}/pkg/pgadmin3.desktop ${D}/usr/share/applnk/Development/pgadmin3.desktop - chmod 644 ${D}/usr/share/applnk/Development/pgadmin3.desktop -} diff --git a/dev-db/pgadmin3/pgadmin3-1.2.1.ebuild b/dev-db/pgadmin3/pgadmin3-1.2.1.ebuild deleted file mode 100644 index d5620d8cbaf0..000000000000 --- a/dev-db/pgadmin3/pgadmin3-1.2.1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.2.1.ebuild,v 1.1 2005/05/03 12:57:09 nakano Exp $ - -inherit eutils libtool wxwidgets - -IUSE="" - -RESTRICT="nomirror" -DESCRIPTION="wxWindows GUI for PostgreSQL" -HOMEPAGE="http://www.pgadmin.org/" -SRC_URI="mirror://postgresql/pgadmin3/release/v${PV}/src/${P}.tar.gz" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" - -DEPEND=">=x11-libs/wxGTK-2.6.0 - || ( >=dev-db/postgresql-7.3.5 >=dev-db/postgresql-7.4.1-r2 ) - >=sys-apps/sed-4" - -pkg_setup() { - if [ ! -e /usr/lib/wx/config/gtk2-unicode-release-2.6 ] ; then - die "${PN} requires >=x11-libs/wxGTK-2.6.0 emerged with USE='unicode'" - fi -} - -src_unpack() { - unpack ${A} - cd ${S} || die "Couldn't cd to ${S}" - epatch ${FILESDIR}/${P}-configure.patch -} - -src_compile() { - export WX_GTK_VER=2.6 - export WX_HOME=/usr - need-wxwidgets unicode - - local myconf - myconf="${myconf} --enable-unicode" - myconf="${myconf} --enable-gtk2" - myconf="${myconf} --with-pgsql-include=/usr/include/postgresql" - myconf="${myconf} --with-wx-config=/lib/wx/config/${WX_CONFIG_NAME}" - myconf="${myconf} --enable-postgres" - LDFLAGS=-L/usr/lib/postgresql econf ${myconf} || die - - cd ${S} - emake || die -} - -src_install() { - einstall || die - - dodir /usr/share/pixmaps - - cp ${S}/src/include/images/elephant48.xpm ${D}/usr/share/pixmaps/pgadmin3.xpm - - dodir /usr/share/pgadmin3 - - cp ${S}/src/include/images/elephant48.xpm ${D}/usr/share/pgadmin3/pgadmin3.xpm - - chmod 644 ${D}/usr/share/pixmaps/pgadmin3.xpm - chmod 644 ${D}/usr/share/pgadmin3/pgadmin3.xpm - - dodir /usr/share/applications - - cp ${S}/pkg/pgadmin3.desktop ${D}/usr/share/applications/pgadmin3.desktop - chmod 644 ${D}/usr/share/applications/pgadmin3.desktop - - dodir /usr/share/applnk/Development - - cp ${S}/pkg/pgadmin3.desktop ${D}/usr/share/applnk/Development/pgadmin3.desktop - chmod 644 ${D}/usr/share/applnk/Development/pgadmin3.desktop -} |