summaryrefslogtreecommitdiff
path: root/virtual
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-10-14 09:04:15 +0000
committerrandomdan <randomdan@localhost>2011-10-14 09:04:15 +0000
commitc2c78e4944ae81331de72a925dc4a1819348432e (patch)
treeab5d3012924e0354196c5bcf4eafb2c46f645b65 /virtual
parentInclude more browsers and SquirrelSQL (diff)
downloadportage-c2c78e4944ae81331de72a925dc4a1819348432e.tar.bz2
portage-c2c78e4944ae81331de72a925dc4a1819348432e.tar.xz
portage-c2c78e4944ae81331de72a925dc4a1819348432e.zip
Pressnet developer package
Diffstat (limited to 'virtual')
-rw-r--r--virtual/pressnet-dev/Manifest1
-rw-r--r--virtual/pressnet-dev/pressnet-dev-0.ebuild53
2 files changed, 54 insertions, 0 deletions
diff --git a/virtual/pressnet-dev/Manifest b/virtual/pressnet-dev/Manifest
new file mode 100644
index 0000000..9ec4f49
--- /dev/null
+++ b/virtual/pressnet-dev/Manifest
@@ -0,0 +1 @@
+EBUILD pressnet-dev-0.ebuild 1103 RMD160 39b5b54cf0f74fb98d122edb7b0cd0fbecc5ee2f SHA1 dd08780755df9fe447593728514d80dd5af15b8e SHA256 3df466ce8b137256807196729ca38a7a7d7cb4c4bd1833555c6505b44a2d8048
diff --git a/virtual/pressnet-dev/pressnet-dev-0.ebuild b/virtual/pressnet-dev/pressnet-dev-0.ebuild
new file mode 100644
index 0000000..76e8af7
--- /dev/null
+++ b/virtual/pressnet-dev/pressnet-dev-0.ebuild
@@ -0,0 +1,53 @@
+DESCRIPTION="Virtual for Miller development workstations"
+
+EAPI="2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm ia64 mips ppc ppc-macos sparc sparc-fbsd x86 x86-fbsd"
+IUSE="X dotnet"
+
+DEPEND="virtual/miller-base
+ www-client/lynx
+ www-client/chromium
+ || ( www-client/firefox www-client/icecat )
+ www-client/opera
+ sys-devel/gdb
+ dev-util/valgrind
+ app-text/htmltidy
+ app-doc/doxygen
+ media-fonts/freefont-ttf
+ app-vim/vcscommand
+ dev-util/splint
+ app-vim/omnicppcomplete
+ dev-cpp/libxmlpp
+ media-gfx/imagemagick
+ app-shells/gentoo-bashcomp
+ app-arch/rar
+ net-ftp/ftp
+ dev-db/squirrel-sql
+ dev-db/myodbc
+ www-servers/apache
+ app-vim/tt2-syntax
+ dev-java/commons-fileupload
+ dev-java/jakarta-jstl
+ dev-java/sun-jdk
+ dev-java/sun-jre-bin
+ dev-libs/omniEvents
+ dev-util/eclipse-sdk
+ net-misc/omniORB
+ www-servers/tomcat:5.5
+ X? (
+ media-gfx/gimp
+ dev-db/tora
+ dev-util/nemiver
+ kde-base/okteta
+ dev-vcs/kdesvn
+ dotnet? (
+ dev-util/mono-debugger
+ =dev-util/monodevelop-2.1*
+ =dev-util/monodevelop-database-2.1*
+ =dev-util/monodevelop-debugger-gdb-2.1*
+ )
+ kde-base/kcachegrind
+ app-editors/gvim
+ )"
+